Class HResultConstants
COM Error Codes
The return value of COM functions and methods is an HRESULT.
This is not a handle to anything, but is merely a 32-bit value
with several fields encoded in the value. The parts of an
HRESULT are shown below.
Inheritance
HResultConstants
Assembly: THNETII.WindowsProtocols.WindowsErrorCodes.Constants.dll
Syntax
public static class HResultConstants
Fields
|
Improve this Doc
View Source
APPX_E_BLOCK_HASH_INVALID
The computed hash value of the block does not match the one stored in the block map.
Declaration
public const int APPX_E_BLOCK_HASH_INVALID = -2146958841
Field Value
|
Improve this Doc
View Source
APPX_E_CORRUPT_CONTENT
The Appx package's content cannot be read because it is corrupt.
Declaration
public const int APPX_E_CORRUPT_CONTENT = -2146958842
Field Value
|
Improve this Doc
View Source
APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED
The delta appended package is not allowed for the current operation.
Declaration
public const int APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED = -2146958832
Field Value
|
Improve this Doc
View Source
APPX_E_DELTA_BASELINE_VERSION_MISMATCH
The baseline package version in delta package does not match the version in the baseline package to be updated.
Declaration
public const int APPX_E_DELTA_BASELINE_VERSION_MISMATCH = -2146958835
Field Value
|
Improve this Doc
View Source
APPX_E_DELTA_PACKAGE_MISSING_FILE
The delta package is missing a file from the updated package.
Declaration
public const int APPX_E_DELTA_PACKAGE_MISSING_FILE = -2146958834
Field Value
|
Improve this Doc
View Source
APPX_E_FILE_COMPRESSION_MISMATCH
The compression state of file in baseline and updated package does not match.
Declaration
public const int APPX_E_FILE_COMPRESSION_MISMATCH = -2146958828
Field Value
|
Improve this Doc
View Source
APPX_E_INTERLEAVING_NOT_ALLOWED
The file is not a valid Appx package because its contents are interleaved.
Declaration
public const int APPX_E_INTERLEAVING_NOT_ALLOWED = -2146958847
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_APPINSTALLER
The .appinstaller file is invalid.
Declaration
public const int APPX_E_INVALID_APPINSTALLER = -2146958836
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_BLOCKMAP
The Appx package's block map is invalid.
Declaration
public const int APPX_E_INVALID_BLOCKMAP = -2146958843
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_CONTENTGROUPMAP
The Appx package's content group map is invalid.
Declaration
public const int APPX_E_INVALID_CONTENTGROUPMAP = -2146958837
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_DELTA_PACKAGE
The delta package is invalid.
Declaration
public const int APPX_E_INVALID_DELTA_PACKAGE = -2146958833
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_KEY_INFO
The APPX_KEY_INFO structure used to encrypt or decrypt the package contains invalid data.
Declaration
public const int APPX_E_INVALID_KEY_INFO = -2146958838
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_MANIFEST
The Appx package's manifest is invalid.
Declaration
public const int APPX_E_INVALID_MANIFEST = -2146958844
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_PACKAGESIGNCONFIG
The packageSignConfig file is invalid.
Declaration
public const int APPX_E_INVALID_PACKAGESIGNCONFIG = -2146958830
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_PACKAGING_LAYOUT
The packaging layout file is invalid.
Declaration
public const int APPX_E_INVALID_PACKAGING_LAYOUT = -2146958831
Field Value
|
Improve this Doc
View Source
APPX_E_INVALID_SIP_CLIENT_DATA
The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data.
Declaration
public const int APPX_E_INVALID_SIP_CLIENT_DATA = -2146958839
Field Value
|
Improve this Doc
View Source
APPX_E_MISSING_REQUIRED_FILE
The file is not a valid Appx package because it is missing a manifest or block map, or missing a signature file when the code integrity file is present.
Declaration
public const int APPX_E_MISSING_REQUIRED_FILE = -2146958845
Field Value
|
Improve this Doc
View Source
APPX_E_PACKAGING_INTERNAL
Appx packaging API has encountered an internal error.
Declaration
public const int APPX_E_PACKAGING_INTERNAL = -2146958848
Field Value
|
Improve this Doc
View Source
APPX_E_RELATIONSHIPS_NOT_ALLOWED
The file is not a valid Appx package because it contains OPC relationships.
Declaration
public const int APPX_E_RELATIONSHIPS_NOT_ALLOWED = -2146958846
Field Value
|
Improve this Doc
View Source
APPX_E_REQUESTED_RANGE_TOO_LARGE
The requested byte range is over 4GB when translated to byte range of blocks.
Declaration
public const int APPX_E_REQUESTED_RANGE_TOO_LARGE = -2146958840
Field Value
|
Improve this Doc
View Source
APPX_E_RESOURCESPRI_NOT_ALLOWED
The resources.pri file is not allowed when there are no resource elements in the package manifest.
Declaration
public const int APPX_E_RESOURCESPRI_NOT_ALLOWED = -2146958829
Field Value
|
Improve this Doc
View Source
BT_E_SPURIOUS_ACTIVATION
The background task activation is spurious.
Declaration
public const int BT_E_SPURIOUS_ACTIVATION = -2146958592
Field Value
|
Improve this Doc
View Source
CACHE_E_FIRST
Declaration
public const int CACHE_E_FIRST = -2147221136
Field Value
|
Improve this Doc
View Source
CACHE_E_LAST
Declaration
public const int CACHE_E_LAST = -2147221121
Field Value
|
Improve this Doc
View Source
CACHE_E_NOCACHE_UPDATED
Declaration
public const int CACHE_E_NOCACHE_UPDATED = -2147221136
Field Value
|
Improve this Doc
View Source
CACHE_S_FIRST
Declaration
public const int CACHE_S_FIRST = 262512
Field Value
|
Improve this Doc
View Source
Declaration
public const int CACHE_S_FORMATETC_NOTSUPPORTED = 262512
Field Value
|
Improve this Doc
View Source
CACHE_S_LAST
Declaration
public const int CACHE_S_LAST = 262527
Field Value
|
Improve this Doc
View Source
CACHE_S_SAMECACHE
Declaration
public const int CACHE_S_SAMECACHE = 262513
Field Value
|
Improve this Doc
View Source
CACHE_S_SOMECACHES_NOTUPDATED
Some cache(s) not updated
Declaration
public const int CACHE_S_SOMECACHES_NOTUPDATED = 262514
Field Value
|
Improve this Doc
View Source
CAT_E_CATIDNOEXIST
Declaration
public const int CAT_E_CATIDNOEXIST = -2147221152
Field Value
|
Improve this Doc
View Source
CAT_E_FIRST
Declaration
public const int CAT_E_FIRST = -2147221152
Field Value
|
Improve this Doc
View Source
CAT_E_LAST
Declaration
public const int CAT_E_LAST = -2147221151
Field Value
|
Improve this Doc
View Source
CAT_E_NODESCRIPTION
Declaration
public const int CAT_E_NODESCRIPTION = -2147221151
Field Value
|
Improve this Doc
View Source
CERT_E_CHAINING
A certificate chain could not be built to a trusted root authority.
Declaration
public const int CERT_E_CHAINING = -2146762486
Field Value
|
Improve this Doc
View Source
CERT_E_CN_NO_MATCH
The certificate's CN name does not match the passed value.
Declaration
public const int CERT_E_CN_NO_MATCH = -2146762481
Field Value
|
Improve this Doc
View Source
CERT_E_CRITICAL
A certificate contains an unknown extension that is marked 'critical'.
Declaration
public const int CERT_E_CRITICAL = -2146762491
Field Value
|
Improve this Doc
View Source
CERT_E_EXPIRED
A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
Declaration
public const int CERT_E_EXPIRED = -2146762495
Field Value
|
Improve this Doc
View Source
CERT_E_INVALID_NAME
The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
Declaration
public const int CERT_E_INVALID_NAME = -2146762476
Field Value
|
Improve this Doc
View Source
CERT_E_INVALID_POLICY
The certificate has invalid policy.
Declaration
public const int CERT_E_INVALID_POLICY = -2146762477
Field Value
|
Improve this Doc
View Source
CERT_E_ISSUERCHAINING
A parent of a given certificate in fact did not issue that child certificate.
Declaration
public const int CERT_E_ISSUERCHAINING = -2146762489
Field Value
|
Improve this Doc
View Source
A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
Declaration
public const int CERT_E_MALFORMED = -2146762488
Field Value
|
Improve this Doc
View Source
CERT_E_PATHLENCONST
A path length constraint in the certification chain has been violated.
Declaration
public const int CERT_E_PATHLENCONST = -2146762492
Field Value
|
Improve this Doc
View Source
CERT_E_PURPOSE
A certificate being used for a purpose other than the ones specified by its CA.
Declaration
public const int CERT_E_PURPOSE = -2146762490
Field Value
|
Improve this Doc
View Source
CERT_E_REVOCATION_FAILURE
The revocation process could not continue - the certificate(s) could not be checked.
Declaration
public const int CERT_E_REVOCATION_FAILURE = -2146762482
Field Value
|
Improve this Doc
View Source
CERT_E_REVOKED
A certificate was explicitly revoked by its issuer.
Declaration
public const int CERT_E_REVOKED = -2146762484
Field Value
|
Improve this Doc
View Source
CERT_E_ROLE
A certificate that can only be used as an end-entity is being used as a CA or vice versa.
Declaration
public const int CERT_E_ROLE = -2146762493
Field Value
|
Improve this Doc
View Source
CERT_E_UNTRUSTEDCA
A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
Declaration
public const int CERT_E_UNTRUSTEDCA = -2146762478
Field Value
|
Improve this Doc
View Source
CERT_E_UNTRUSTEDROOT
A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
Declaration
public const int CERT_E_UNTRUSTEDROOT = -2146762487
Field Value
|
Improve this Doc
View Source
CERT_E_UNTRUSTEDTESTROOT
The certification path terminates with the test root which is not trusted with the current policy settings.
Declaration
public const int CERT_E_UNTRUSTEDTESTROOT = -2146762483
Field Value
|
Improve this Doc
View Source
CERT_E_VALIDITYPERIODNESTING
The validity periods of the certification chain do not nest correctly.
Declaration
public const int CERT_E_VALIDITYPERIODNESTING = -2146762494
Field Value
|
Improve this Doc
View Source
CERT_E_WRONG_USAGE
The certificate is not valid for the requested usage.
Declaration
public const int CERT_E_WRONG_USAGE = -2146762480
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ADMIN_DENIED_REQUEST
The request was denied by a certificate manager or CA administrator.
Declaration
public const int CERTSRV_E_ADMIN_DENIED_REQUEST = -2146877420
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ALIGNMENT_FAULT
A memory reference caused a data alignment fault.
Declaration
public const int CERTSRV_E_ALIGNMENT_FAULT = -2146877424
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ARCHIVED_KEY_REQUIRED
The request is missing a required private key for archival by the server.
Declaration
public const int CERTSRV_E_ARCHIVED_KEY_REQUIRED = -2146875388
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ARCHIVED_KEY_UNEXPECTED
The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
Declaration
public const int CERTSRV_E_ARCHIVED_KEY_UNEXPECTED = -2146875376
Field Value
|
Improve this Doc
View Source
CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE
The request contains an invalid renewal certificate attribute.
Declaration
public const int CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE = -2146877426
Field Value
|
Improve this Doc
View Source
CERTSRV_E_BAD_RENEWAL_SUBJECT
The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
Declaration
public const int CERTSRV_E_BAD_RENEWAL_SUBJECT = -2146875386
Field Value
|
Improve this Doc
View Source
CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL
The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
Declaration
public const int CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL = -2146877428
Field Value
|
Improve this Doc
View Source
CERTSRV_E_BAD_REQUESTSTATUS
The request's current status does not allow this operation.
Declaration
public const int CERTSRV_E_BAD_REQUESTSTATUS = -2146877437
Field Value
|
Improve this Doc
View Source
CERTSRV_E_BAD_REQUESTSUBJECT
The request subject name is invalid or too long.
Declaration
public const int CERTSRV_E_BAD_REQUESTSUBJECT = -2146877439
Field Value
|
Improve this Doc
View Source
CERTSRV_E_BAD_TEMPLATE_VERSION
The request template version is newer than the supported template version.
Declaration
public const int CERTSRV_E_BAD_TEMPLATE_VERSION = -2146875385
Field Value
|
Improve this Doc
View Source
CERTSRV_E_CERT_TYPE_OVERLAP
The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed.
Declaration
public const int CERTSRV_E_CERT_TYPE_OVERLAP = -2146875372
Field Value
|
Improve this Doc
View Source
CERTSRV_E_CORRUPT_KEY_ATTESTATION
The request public key is not consistent with the private key attestation data.
Declaration
public const int CERTSRV_E_CORRUPT_KEY_ATTESTATION = -2146875365
Field Value
|
Improve this Doc
View Source
CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE
The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
Declaration
public const int CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE = -2146877421
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ENCODING_LENGTH
The certificate contains an encoded length that is potentially incompatible with older enrollment software.
Declaration
public const int CERTSRV_E_ENCODING_LENGTH = -2146877433
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ENCRYPTION_CERT_REQUIRED
No encryption certificate was specified.
Declaration
public const int CERTSRV_E_ENCRYPTION_CERT_REQUIRED = -2146877416
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ENROLL_DENIED
The permissions on this certification authority do not allow the current user to enroll for certificates.
Declaration
public const int CERTSRV_E_ENROLL_DENIED = -2146877423
Field Value
|
Improve this Doc
View Source
CERTSRV_E_EXPIRED_CHALLENGE
The private key attestation challenge cannot be validated because the encryption certificate has expired, or the certificate or key is unavailable.
Declaration
public const int CERTSRV_E_EXPIRED_CHALLENGE = -2146875364
Field Value
|
Improve this Doc
View Source
CERTSRV_E_INVALID_ATTESTATION
The certification authority cannot validate the private key attestation data.
Declaration
public const int CERTSRV_E_INVALID_ATTESTATION = -2146875367
Field Value
|
Improve this Doc
View Source
CERTSRV_E_INVALID_CA_CERTIFICATE
The certification authority's certificate contains invalid data.
Declaration
public const int CERTSRV_E_INVALID_CA_CERTIFICATE = -2146877435
Field Value
|
Improve this Doc
View Source
CERTSRV_E_INVALID_EK
The certification authority cannot interpret or verify the endorsement key information supplied in the request, or the information is inconsistent.
Declaration
public const int CERTSRV_E_INVALID_EK = -2146875369
Field Value
|
Improve this Doc
View Source
CERTSRV_E_INVALID_IDBINDING
The certification authority cannot validate the Attestation Identity Key Id Binding.
Declaration
public const int CERTSRV_E_INVALID_IDBINDING = -2146875368
Field Value
|
Improve this Doc
View Source
CERTSRV_E_INVALID_REQUESTID
A valid Request ID was not detected in the request attributes, or an invalid one was submitted.
Declaration
public const int CERTSRV_E_INVALID_REQUESTID = -2146875362
Field Value
|
Improve this Doc
View Source
CERTSRV_E_INVALID_RESPONSE
The client's response could not be validated. It is either unexpected or incorrect.
Declaration
public const int CERTSRV_E_INVALID_RESPONSE = -2146875363
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ISSUANCE_POLICY_REQUIRED
The request is missing one or more required signature issuance policies.
Declaration
public const int CERTSRV_E_ISSUANCE_POLICY_REQUIRED = -2146875380
Field Value
|
Improve this Doc
View Source
Cannot archive private key. The certification authority is not configured for key archival.
Declaration
public const int CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED = -2146877430
Field Value
|
Improve this Doc
View Source
CERTSRV_E_KEY_ATTESTATION
The request does not support private key attestation as defined in the certificate template.
Declaration
public const int CERTSRV_E_KEY_ATTESTATION = -2146875366
Field Value
|
Improve this Doc
View Source
CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED
Failed to create an attested key. This computer or the cryptographic provider may not meet the hardware requirements to support key attestation.
Declaration
public const int CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED = -2146877417
Field Value
|
Improve this Doc
View Source
CERTSRV_E_KEY_LENGTH
The public key does not meet the minimum size required by the specified certificate template.
Declaration
public const int CERTSRV_E_KEY_LENGTH = -2146875375
Field Value
|
Improve this Doc
View Source
CERTSRV_E_NO_CAADMIN_DEFINED
At least one security principal must have the permission to manage this CA.
Declaration
public const int CERTSRV_E_NO_CAADMIN_DEFINED = -2146877427
Field Value
|
Improve this Doc
View Source
CERTSRV_E_NO_CERT_TYPE
The request contains no certificate template information.
Declaration
public const int CERTSRV_E_NO_CERT_TYPE = -2146875391
Field Value
|
Improve this Doc
View Source
CERTSRV_E_NO_DB_SESSIONS
An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions.
Declaration
public const int CERTSRV_E_NO_DB_SESSIONS = -2146877425
Field Value
|
Improve this Doc
View Source
CERTSRV_E_NO_POLICY_SERVER
An enrollment policy server cannot be located.
Declaration
public const int CERTSRV_E_NO_POLICY_SERVER = -2146877419
Field Value
|
Improve this Doc
View Source
CERTSRV_E_NO_REQUEST
The request does not exist.
Declaration
public const int CERTSRV_E_NO_REQUEST = -2146877438
Field Value
|
Improve this Doc
View Source
CERTSRV_E_NO_VALID_KRA
Cannot archive private key. The certification authority could not verify one or more key recovery certificates.
Declaration
public const int CERTSRV_E_NO_VALID_KRA = -2146877429
Field Value
|
Improve this Doc
View Source
CERTSRV_E_PENDING_CLIENT_RESPONSE
The request is locked against edits until a response is received from the client.
Declaration
public const int CERTSRV_E_PENDING_CLIENT_RESPONSE = -2146875360
Field Value
|
Improve this Doc
View Source
CERTSRV_E_PROPERTY_EMPTY
The requested property value is empty.
Declaration
public const int CERTSRV_E_PROPERTY_EMPTY = -2146877436
Field Value
|
Improve this Doc
View Source
CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY
The certificate template requires renewal with the same public key, but the request uses a different public key.
Declaration
public const int CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY = -2146875370
Field Value
|
Improve this Doc
View Source
CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH
The request is not consistent with the previously generated precertificate.
Declaration
public const int CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH = -2146875361
Field Value
|
Improve this Doc
View Source
CERTSRV_E_RESTRICTEDOFFICER
The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
Declaration
public const int CERTSRV_E_RESTRICTEDOFFICER = -2146877431
Field Value
|
Improve this Doc
View Source
CERTSRV_E_ROLECONFLICT
The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation.
Declaration
public const int CERTSRV_E_ROLECONFLICT = -2146877432
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SERVER_SUSPENDED
Certificate service has been suspended for a database restore operation.
Declaration
public const int CERTSRV_E_SERVER_SUSPENDED = -2146877434
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SIGNATURE_COUNT
The request is missing one or more required signatures.
Declaration
public const int CERTSRV_E_SIGNATURE_COUNT = -2146875382
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SIGNATURE_POLICY_REQUIRED
The request is missing required signature policy information.
Declaration
public const int CERTSRV_E_SIGNATURE_POLICY_REQUIRED = -2146875383
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SIGNATURE_REJECTED
One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
Declaration
public const int CERTSRV_E_SIGNATURE_REJECTED = -2146875381
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SMIME_REQUIRED
The request is missing a required SMIME capabilities extension.
Declaration
public const int CERTSRV_E_SMIME_REQUIRED = -2146875387
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED
The request is missing a required Subject Alternate name extension.
Declaration
public const int CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED = -2146875389
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED
The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
Declaration
public const int CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED = -2146875378
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SUBJECT_DNS_REQUIRED
The DNS name is unavailable and cannot be added to the Subject Alternate name.
Declaration
public const int CERTSRV_E_SUBJECT_DNS_REQUIRED = -2146875377
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SUBJECT_EMAIL_REQUIRED
The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name.
Declaration
public const int CERTSRV_E_SUBJECT_EMAIL_REQUIRED = -2146875374
Field Value
|
Improve this Doc
View Source
CERTSRV_E_SUBJECT_UPN_REQUIRED
The UPN is unavailable and cannot be added to the Subject Alternate name.
Declaration
public const int CERTSRV_E_SUBJECT_UPN_REQUIRED = -2146875379
Field Value
|
Improve this Doc
View Source
CERTSRV_E_TEMPLATE_CONFLICT
The request contains conflicting template information.
Declaration
public const int CERTSRV_E_TEMPLATE_CONFLICT = -2146875390
Field Value
|
Improve this Doc
View Source
CERTSRV_E_TEMPLATE_DENIED
The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
Declaration
public const int CERTSRV_E_TEMPLATE_DENIED = -2146877422
Field Value
|
Improve this Doc
View Source
CERTSRV_E_TEMPLATE_POLICY_REQUIRED
The template is missing a required signature policy attribute.
Declaration
public const int CERTSRV_E_TEMPLATE_POLICY_REQUIRED = -2146875384
Field Value
|
Improve this Doc
View Source
CERTSRV_E_TOO_MANY_SIGNATURES
The certificate template requires too many RA signatures. Only one RA signature is allowed.
Declaration
public const int CERTSRV_E_TOO_MANY_SIGNATURES = -2146875371
Field Value
|
Improve this Doc
View Source
CERTSRV_E_UNKNOWN_CERT_TYPE
One or more certificate templates to be enabled on this certification authority could not be found.
Declaration
public const int CERTSRV_E_UNKNOWN_CERT_TYPE = -2146875373
Field Value
|
Improve this Doc
View Source
CERTSRV_E_UNSUPPORTED_CERT_TYPE
The requested certificate template is not supported by this CA.
Declaration
public const int CERTSRV_E_UNSUPPORTED_CERT_TYPE = -2146875392
Field Value
|
Improve this Doc
View Source
CERTSRV_E_WEAK_SIGNATURE_OR_KEY
A signature algorithm or public key length does not meet the system's minimum required strength.
Declaration
public const int CERTSRV_E_WEAK_SIGNATURE_OR_KEY = -2146877418
Field Value
|
Improve this Doc
View Source
CLASS_E_CLASSNOTAVAILABLE
ClassFactory cannot supply requested class
Declaration
public const int CLASS_E_CLASSNOTAVAILABLE = -2147221231
Field Value
|
Improve this Doc
View Source
CLASS_E_NOAGGREGATION
Class does not support aggregation (or class object is remote)
Declaration
public const int CLASS_E_NOAGGREGATION = -2147221232
Field Value
|
Improve this Doc
View Source
CLASS_E_NOTLICENSED
Class is not licensed for use
Declaration
public const int CLASS_E_NOTLICENSED = -2147221230
Field Value
|
Improve this Doc
View Source
CLASSFACTORY_E_FIRST
Declaration
public const int CLASSFACTORY_E_FIRST = -2147221232
Field Value
|
Improve this Doc
View Source
CLASSFACTORY_E_LAST
Declaration
public const int CLASSFACTORY_E_LAST = -2147221217
Field Value
|
Improve this Doc
View Source
CLASSFACTORY_S_FIRST
Declaration
public const int CLASSFACTORY_S_FIRST = 262416
Field Value
|
Improve this Doc
View Source
CLASSFACTORY_S_LAST
Declaration
public const int CLASSFACTORY_S_LAST = 262431
Field Value
|
Improve this Doc
View Source
CLIENTSITE_E_FIRST
Declaration
public const int CLIENTSITE_E_FIRST = -2147221104
Field Value
|
Improve this Doc
View Source
CLIENTSITE_E_LAST
Declaration
public const int CLIENTSITE_E_LAST = -2147221089
Field Value
|
Improve this Doc
View Source
CLIENTSITE_S_FIRST
Declaration
public const int CLIENTSITE_S_FIRST = 262544
Field Value
|
Improve this Doc
View Source
CLIENTSITE_S_LAST
Declaration
public const int CLIENTSITE_S_LAST = 262559
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_BAD_DATA
Data on clipboard is invalid
Declaration
public const int CLIPBRD_E_BAD_DATA = -2147221037
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_CANT_CLOSE
Declaration
public const int CLIPBRD_E_CANT_CLOSE = -2147221036
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_CANT_EMPTY
Declaration
public const int CLIPBRD_E_CANT_EMPTY = -2147221039
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_CANT_OPEN
Declaration
public const int CLIPBRD_E_CANT_OPEN = -2147221040
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_CANT_SET
Declaration
public const int CLIPBRD_E_CANT_SET = -2147221038
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_FIRST
Declaration
public const int CLIPBRD_E_FIRST = -2147221040
Field Value
|
Improve this Doc
View Source
CLIPBRD_E_LAST
Declaration
public const int CLIPBRD_E_LAST = -2147221025
Field Value
|
Improve this Doc
View Source
CLIPBRD_S_FIRST
Declaration
public const int CLIPBRD_S_FIRST = 262608
Field Value
|
Improve this Doc
View Source
CLIPBRD_S_LAST
Declaration
public const int CLIPBRD_S_LAST = 262623
Field Value
|
Improve this Doc
View Source
CO_E_ACCESSCHECKFAILED
The system function, AccessCheck, returned false
Declaration
public const int CO_E_ACCESSCHECKFAILED = -2147417814
Field Value
|
Improve this Doc
View Source
CO_E_ACESINWRONGORDER
Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
Declaration
public const int CO_E_ACESINWRONGORDER = -2147417798
Field Value
|
Improve this Doc
View Source
CO_E_ACNOTINITIALIZED
The COM IAccessControl object is not initialized
Declaration
public const int CO_E_ACNOTINITIALIZED = -2147417793
Field Value
|
Improve this Doc
View Source
CO_E_ACTIVATIONFAILED
An unexpected error occurred during COM+ Activation.
Declaration
public const int CO_E_ACTIVATIONFAILED = -2147164127
Field Value
|
Improve this Doc
View Source
CO_E_ACTIVATIONFAILED_CATALOGERROR
COM+ Activation failed due to a catalog or configuration error.
Declaration
public const int CO_E_ACTIVATIONFAILED_CATALOGERROR = -2147164125
Field Value
|
Improve this Doc
View Source
CO_E_ACTIVATIONFAILED_EVENTLOGGED
COM+ Activation failed. Check the event log for more information
Declaration
public const int CO_E_ACTIVATIONFAILED_EVENTLOGGED = -2147164126
Field Value
|
Improve this Doc
View Source
CO_E_ACTIVATIONFAILED_TIMEOUT
COM+ activation failed because the activation could not be completed in the specified amount of time.
Declaration
public const int CO_E_ACTIVATIONFAILED_TIMEOUT = -2147164124
Field Value
|
Improve this Doc
View Source
CO_E_ALREADYINITIALIZED
CoInitialize has already been called.
Declaration
public const int CO_E_ALREADYINITIALIZED = -2147221007
Field Value
|
Improve this Doc
View Source
CO_E_APPDIDNTREG
Application was launched but it didn't register a class factory
Declaration
public const int CO_E_APPDIDNTREG = -2147220994
Field Value
|
Improve this Doc
View Source
CO_E_APPNOTFOUND
Declaration
public const int CO_E_APPNOTFOUND = -2147221003
Field Value
|
Improve this Doc
View Source
CO_E_APPSINGLEUSE
Application cannot be run more than once
Declaration
public const int CO_E_APPSINGLEUSE = -2147221002
Field Value
|
Improve this Doc
View Source
CO_E_ASYNC_WORK_REJECTED
The thread-pool rejected the submitted asynchronous work.
Declaration
public const int CO_E_ASYNC_WORK_REJECTED = -2147467223
Field Value
|
Improve this Doc
View Source
CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT
The specified activation could not occur in the client context as specified.
Declaration
public const int CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT = -2147467228
Field Value
|
Improve this Doc
View Source
CO_E_BAD_PATH
Declaration
public const int CO_E_BAD_PATH = -2146959356
Field Value
|
Improve this Doc
View Source
CO_E_BAD_SERVER_NAME
A Remote activation was necessary but the server name provided was invalid
Declaration
public const int CO_E_BAD_SERVER_NAME = -2147467244
Field Value
|
Improve this Doc
View Source
CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED
The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope.
Declaration
public const int CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED = -2147164112
Field Value
|
Improve this Doc
View Source
CO_E_CANCEL_DISABLED
Call Cancellation is disabled
Declaration
public const int CO_E_CANCEL_DISABLED = -2147417792
Field Value
|
Improve this Doc
View Source
CO_E_CANT_REMOTE
A Remote activation was necessary but was not allowed
Declaration
public const int CO_E_CANT_REMOTE = -2147467245
Field Value
|
Improve this Doc
View Source
CO_E_CANTDETERMINECLASS
Class of object cannot be determined
Declaration
public const int CO_E_CANTDETERMINECLASS = -2147221006
Field Value
|
Improve this Doc
View Source
CO_E_CLASS_CREATE_FAILED
Attempt to create a class object failed
Declaration
public const int CO_E_CLASS_CREATE_FAILED = -2146959359
Field Value
|
Improve this Doc
View Source
CO_E_CLASS_DISABLED
The component or application containing the component has been disabled.
Declaration
public const int CO_E_CLASS_DISABLED = -2147467225
Field Value
|
Improve this Doc
View Source
CO_E_CLASSSTRING
Declaration
public const int CO_E_CLASSSTRING = -2147221005
Field Value
|
Improve this Doc
View Source
CO_E_CLRNOTAVAILABLE
The common language runtime is not available
Declaration
public const int CO_E_CLRNOTAVAILABLE = -2147467224
Field Value
|
Improve this Doc
View Source
CO_E_CLSREG_INCONSISTENT
The registration information for this server is inconsistent or incomplete.
Declaration
public const int CO_E_CLSREG_INCONSISTENT = -2147467233
Field Value
|
Improve this Doc
View Source
CO_E_CONVERSIONFAILED
Unable to convert a wide character trustee string to a multibyte trustee string
Declaration
public const int CO_E_CONVERSIONFAILED = -2147417810
Field Value
|
Improve this Doc
View Source
CO_E_CREATEPROCESS_FAILURE
The server process could not be started. The pathname may be incorrect.
Declaration
public const int CO_E_CREATEPROCESS_FAILURE = -2147467240
Field Value
|
Improve this Doc
View Source
CO_E_DBERROR
An attempt to use a database generated a database specific error.
Declaration
public const int CO_E_DBERROR = -2147164117
Field Value
|
Improve this Doc
View Source
CO_E_DECODEFAILED
Unable to decode the ACL in the stream provided by the user
Declaration
public const int CO_E_DECODEFAILED = -2147417795
Field Value
|
Improve this Doc
View Source
CO_E_DLLNOTFOUND
Declaration
public const int CO_E_DLLNOTFOUND = -2147221000
Field Value
|
Improve this Doc
View Source
CO_E_ELEVATION_DISABLED
The class is not configured to support Elevated activation.
Declaration
public const int CO_E_ELEVATION_DISABLED = -2146959337
Field Value
|
Improve this Doc
View Source
CO_E_ERRORINAPP
Some error in application program
Declaration
public const int CO_E_ERRORINAPP = -2147221001
Field Value
|
Improve this Doc
View Source
CO_E_ERRORINDLL
Declaration
public const int CO_E_ERRORINDLL = -2147220999
Field Value
|
Improve this Doc
View Source
CO_E_EXCEEDSYSACLLIMIT
The number of ACEs in an ACL exceeds the system limit.
Declaration
public const int CO_E_EXCEEDSYSACLLIMIT = -2147417799
Field Value
|
Improve this Doc
View Source
CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED
The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning.
Declaration
public const int CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED = -2147164111
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOCLOSEHANDLE
Unable to close a serialization handle or a file handle.
Declaration
public const int CO_E_FAILEDTOCLOSEHANDLE = -2147417800
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOCREATEFILE
Declaration
public const int CO_E_FAILEDTOCREATEFILE = -2147417801
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOGENUUID
Unable to generate a uuid.
Declaration
public const int CO_E_FAILEDTOGENUUID = -2147417802
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOGETSECCTX
Unable to obtain server's security context
Declaration
public const int CO_E_FAILEDTOGETSECCTX = -2147417820
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOGETTOKENINFO
Unable to obtain user info from an access token
Declaration
public const int CO_E_FAILEDTOGETTOKENINFO = -2147417818
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOGETWINDIR
Unable to obtain the Windows directory
Declaration
public const int CO_E_FAILEDTOGETWINDIR = -2147417804
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOIMPERSONATE
Unable to impersonate DCOM client
Declaration
public const int CO_E_FAILEDTOIMPERSONATE = -2147417821
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOOPENPROCESSTOKEN
Unable to open the access token of the server process
Declaration
public const int CO_E_FAILEDTOOPENPROCESSTOKEN = -2147417796
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOOPENTHREADTOKEN
Unable to open the access token of the current thread
Declaration
public const int CO_E_FAILEDTOOPENTHREADTOKEN = -2147417819
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOQUERYCLIENTBLANKET
Unable to obtain the client's security blanket
Declaration
public const int CO_E_FAILEDTOQUERYCLIENTBLANKET = -2147417816
Field Value
|
Improve this Doc
View Source
CO_E_FAILEDTOSETDACL
Unable to set a discretionary ACL into a security descriptor
Declaration
public const int CO_E_FAILEDTOSETDACL = -2147417815
Field Value
|
Improve this Doc
View Source
CO_E_FIRST
Declaration
public const int CO_E_FIRST = -2147221008
Field Value
|
Improve this Doc
View Source
CO_E_IIDREG_INCONSISTENT
The registration information for this interface is inconsistent or incomplete.
Declaration
public const int CO_E_IIDREG_INCONSISTENT = -2147467232
Field Value
|
Improve this Doc
View Source
CO_E_IIDSTRING
Declaration
public const int CO_E_IIDSTRING = -2147221004
Field Value
|
Improve this Doc
View Source
CO_E_INCOMPATIBLESTREAMVERSION
The version of ACL format in the stream is not supported by this implementation of IAccessControl
Declaration
public const int CO_E_INCOMPATIBLESTREAMVERSION = -2147417797
Field Value
|
Improve this Doc
View Source
CO_E_INIT_CLASS_CACHE
Unable to initialize class cache
Declaration
public const int CO_E_INIT_CLASS_CACHE = -2147467255
Field Value
|
Improve this Doc
View Source
CO_E_INIT_MEMORY_ALLOCATOR
Get memory allocator failure
Declaration
public const int CO_E_INIT_MEMORY_ALLOCATOR = -2147467256
Field Value
|
Improve this Doc
View Source
CO_E_INIT_ONLY_SINGLE_THREADED
There was an attempt to call CoInitialize a second time while single threaded
Declaration
public const int CO_E_INIT_ONLY_SINGLE_THREADED = -2147467246
Field Value
|
Improve this Doc
View Source
CO_E_INIT_RPC_CHANNEL
Unable to initialize RPC services
Declaration
public const int CO_E_INIT_RPC_CHANNEL = -2147467254
Field Value
|
Improve this Doc
View Source
CO_E_INIT_SCM_EXEC_FAILURE
Failure attempting to launch OLE service
Declaration
public const int CO_E_INIT_SCM_EXEC_FAILURE = -2147467247
Field Value
|
Improve this Doc
View Source
CO_E_INIT_SCM_FILE_MAPPING_EXISTS
The OLE service file mapping already exists
Declaration
public const int CO_E_INIT_SCM_FILE_MAPPING_EXISTS = -2147467249
Field Value
|
Improve this Doc
View Source
CO_E_INIT_SCM_MAP_VIEW_OF_FILE
Unable to map view of file for OLE service
Declaration
public const int CO_E_INIT_SCM_MAP_VIEW_OF_FILE = -2147467248
Field Value
|
Improve this Doc
View Source
CO_E_INIT_SCM_MUTEX_EXISTS
The OLE service mutex already exists
Declaration
public const int CO_E_INIT_SCM_MUTEX_EXISTS = -2147467250
Field Value
|
Improve this Doc
View Source
CO_E_INIT_SHARED_ALLOCATOR
Get shared memory allocator failure
Declaration
public const int CO_E_INIT_SHARED_ALLOCATOR = -2147467257
Field Value
|
Improve this Doc
View Source
CO_E_INIT_TLS
Thread local storage failure
Declaration
public const int CO_E_INIT_TLS = -2147467258
Field Value
|
Improve this Doc
View Source
CO_E_INIT_TLS_CHANNEL_CONTROL
Could not allocate thread local storage channel control
Declaration
public const int CO_E_INIT_TLS_CHANNEL_CONTROL = -2147467252
Field Value
|
Improve this Doc
View Source
CO_E_INIT_TLS_SET_CHANNEL_CONTROL
Cannot set thread local storage channel control
Declaration
public const int CO_E_INIT_TLS_SET_CHANNEL_CONTROL = -2147467253
Field Value
|
Improve this Doc
View Source
CO_E_INIT_UNACCEPTED_USER_ALLOCATOR
The user supplied memory allocator is unacceptable
Declaration
public const int CO_E_INIT_UNACCEPTED_USER_ALLOCATOR = -2147467251
Field Value
|
Improve this Doc
View Source
CO_E_INITIALIZATIONFAILED
COM+ Activation failed because an initialization function failed. Check the event log for more information.
Declaration
public const int CO_E_INITIALIZATIONFAILED = -2147164123
Field Value
|
Improve this Doc
View Source
CO_E_INVALIDSID
One of the security identifiers provided by the user was invalid
Declaration
public const int CO_E_INVALIDSID = -2147417811
Field Value
|
Improve this Doc
View Source
CO_E_ISOLEVELMISMATCH
The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
Declaration
public const int CO_E_ISOLEVELMISMATCH = -2147164113
Field Value
|
Improve this Doc
View Source
CO_E_LAST
Declaration
public const int CO_E_LAST = -2147220993
Field Value
|
Improve this Doc
View Source
CO_E_LAUNCH_PERMSSION_DENIED
The client is not allowed to launch this server.
Declaration
public const int CO_E_LAUNCH_PERMSSION_DENIED = -2147467237
Field Value
|
Improve this Doc
View Source
CO_E_LOOKUPACCNAMEFAILED
The system function, LookupAccountName, failed
Declaration
public const int CO_E_LOOKUPACCNAMEFAILED = -2147417806
Field Value
|
Improve this Doc
View Source
CO_E_LOOKUPACCSIDFAILED
The system function, LookupAccountSID, failed
Declaration
public const int CO_E_LOOKUPACCSIDFAILED = -2147417808
Field Value
|
Improve this Doc
View Source
The server principal name (SPN) obtained during security negotiation is malformed.
Declaration
public const int CO_E_MALFORMED_SPN = -2147467213
Field Value
|
Improve this Doc
View Source
CO_E_MISSING_DISPLAYNAME
The activation requires a display name to be present under the CLSID key.
Declaration
public const int CO_E_MISSING_DISPLAYNAME = -2146959339
Field Value
|
Improve this Doc
View Source
CO_E_MSI_ERROR
A Microsoft Software Installer error was encountered.
Declaration
public const int CO_E_MSI_ERROR = -2147467229
Field Value
|
Improve this Doc
View Source
CO_E_NETACCESSAPIFAILED
Either NetAccessDel or NetAccessAdd returned an error code.
Declaration
public const int CO_E_NETACCESSAPIFAILED = -2147417813
Field Value
|
Improve this Doc
View Source
CO_E_NO_SECCTX_IN_ACTIVATE
Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate.
Declaration
public const int CO_E_NO_SECCTX_IN_ACTIVATE = -2147467221
Field Value
|
Improve this Doc
View Source
CO_E_NOCOOKIES
An attempt to write a cookie failed.
Declaration
public const int CO_E_NOCOOKIES = -2147164118
Field Value
|
Improve this Doc
View Source
CO_E_NOIISINTRINSICS
IIS intrinsics not available. Start your work with IIS.
Declaration
public const int CO_E_NOIISINTRINSICS = -2147164119
Field Value
|
Improve this Doc
View Source
CO_E_NOMATCHINGNAMEFOUND
Unable to find a trustee name that corresponds to a security identifier provided by the user
Declaration
public const int CO_E_NOMATCHINGNAMEFOUND = -2147417807
Field Value
|
Improve this Doc
View Source
CO_E_NOMATCHINGSIDFOUND
Unable to find a security identifier that corresponds to a trustee string provided by the user
Declaration
public const int CO_E_NOMATCHINGSIDFOUND = -2147417809
Field Value
|
Improve this Doc
View Source
CO_E_NOSYNCHRONIZATION
The COM+ component requires synchronization, and it is not configured for it.
Declaration
public const int CO_E_NOSYNCHRONIZATION = -2147164114
Field Value
|
Improve this Doc
View Source
CO_E_NOT_SUPPORTED
The operation attempted is not supported.
Declaration
public const int CO_E_NOT_SUPPORTED = -2147467231
Field Value
|
Improve this Doc
View Source
CO_E_NOTCONSTRUCTED
The COM+ component you created must use object construction to work correctly.
Declaration
public const int CO_E_NOTCONSTRUCTED = -2147164115
Field Value
|
Improve this Doc
View Source
CO_E_NOTINITIALIZED
CoInitialize has not been called.
Declaration
public const int CO_E_NOTINITIALIZED = -2147221008
Field Value
|
Improve this Doc
View Source
CO_E_NOTPOOLED
The COM+ component you created must use object pooling to work.
Declaration
public const int CO_E_NOTPOOLED = -2147164116
Field Value
|
Improve this Doc
View Source
CO_E_OBJISREG
Object is already registered
Declaration
public const int CO_E_OBJISREG = -2147220996
Field Value
|
Improve this Doc
View Source
CO_E_OBJNOTCONNECTED
Object is not connected to server
Declaration
public const int CO_E_OBJNOTCONNECTED = -2147220995
Field Value
|
Improve this Doc
View Source
CO_E_OBJNOTREG
Declaration
public const int CO_E_OBJNOTREG = -2147220997
Field Value
|
Improve this Doc
View Source
CO_E_OBJSRV_RPC_FAILURE
OLE service could not communicate with the object server
Declaration
public const int CO_E_OBJSRV_RPC_FAILURE = -2146959354
Field Value
|
Improve this Doc
View Source
CO_E_OLE1DDE_DISABLED
Use of Ole1 services requiring DDE windows is disabled
Declaration
public const int CO_E_OLE1DDE_DISABLED = -2147467242
Field Value
|
Improve this Doc
View Source
Declaration
public const int CO_E_PATHTOOLONG = -2147417803
Field Value
|
Improve this Doc
View Source
CO_E_PREMATURE_STUB_RUNDOWN
The object has been rundown by the stub manager while there are external clients.
Declaration
public const int CO_E_PREMATURE_STUB_RUNDOWN = -2147467211
Field Value
|
Improve this Doc
View Source
CO_E_RELEASED
Declaration
public const int CO_E_RELEASED = -2147220993
Field Value
|
Improve this Doc
View Source
CO_E_RELOAD_DLL
Declaration
public const int CO_E_RELOAD_DLL = -2147467230
Field Value
|
Improve this Doc
View Source
CO_E_REMOTE_COMMUNICATION_FAILURE
This computer was unable to communicate with the computer providing the server.
Declaration
public const int CO_E_REMOTE_COMMUNICATION_FAILURE = -2147467235
Field Value
|
Improve this Doc
View Source
CO_E_RUNAS_CREATEPROCESS_FAILURE
The server process could not be started as the configured identity. The pathname may be incorrect or unavailable.
Declaration
public const int CO_E_RUNAS_CREATEPROCESS_FAILURE = -2147467239
Field Value
|
Improve this Doc
View Source
CO_E_RUNAS_LOGON_FAILURE
The server process could not be started because the configured identity is incorrect. Check the username and password.
Declaration
public const int CO_E_RUNAS_LOGON_FAILURE = -2147467238
Field Value
|
Improve this Doc
View Source
CO_E_RUNAS_SYNTAX
A RunAs specification must be <domain name><user name> or simply <user name>
Declaration
public const int CO_E_RUNAS_SYNTAX = -2147467241
Field Value
|
Improve this Doc
View Source
CO_E_RUNAS_VALUE_MUST_BE_AAA
The activation requires that the RunAs value for the application is Activate As Activator.
Declaration
public const int CO_E_RUNAS_VALUE_MUST_BE_AAA = -2146959338
Field Value
|
Improve this Doc
View Source
CO_E_SCM_ERROR
OLE service could not bind object
Declaration
public const int CO_E_SCM_ERROR = -2146959358
Field Value
|
Improve this Doc
View Source
CO_E_SCM_RPC_FAILURE
RPC communication failed with OLE service
Declaration
public const int CO_E_SCM_RPC_FAILURE = -2146959357
Field Value
|
Improve this Doc
View Source
CO_E_SERVER_EXEC_FAILURE
Declaration
public const int CO_E_SERVER_EXEC_FAILURE = -2146959355
Field Value
|
Improve this Doc
View Source
CO_E_SERVER_INIT_TIMEOUT
The server started, but did not finish initializing in a timely fashion.
Declaration
public const int CO_E_SERVER_INIT_TIMEOUT = -2147467222
Field Value
|
Improve this Doc
View Source
CO_E_SERVER_NOT_PAUSED
Activations on the server are not paused.
Declaration
public const int CO_E_SERVER_NOT_PAUSED = -2147467226
Field Value
|
Improve this Doc
View Source
CO_E_SERVER_PAUSED
Activations on the server are paused.
Declaration
public const int CO_E_SERVER_PAUSED = -2147467227
Field Value
|
Improve this Doc
View Source
CO_E_SERVER_START_TIMEOUT
The server did not respond after being launched.
Declaration
public const int CO_E_SERVER_START_TIMEOUT = -2147467234
Field Value
|
Improve this Doc
View Source
CO_E_SERVER_STOPPING
Object server is stopping when OLE service contacts it
Declaration
public const int CO_E_SERVER_STOPPING = -2146959352
Field Value
|
Improve this Doc
View Source
CO_E_SETSERLHNDLFAILED
Unable to set or reset a serialization handle
Declaration
public const int CO_E_SETSERLHNDLFAILED = -2147417805
Field Value
|
Improve this Doc
View Source
CO_E_START_SERVICE_FAILURE
The service providing this server could not be started.
Declaration
public const int CO_E_START_SERVICE_FAILURE = -2147467236
Field Value
|
Improve this Doc
View Source
CO_E_SXS_CONFIG
The provided side-by-side configuration is invalid
Declaration
public const int CO_E_SXS_CONFIG = -2147467214
Field Value
|
Improve this Doc
View Source
CO_E_THREADINGMODEL_CHANGED
The components threading model has changed after install into a COM+ Application. Please re-install component.
Declaration
public const int CO_E_THREADINGMODEL_CHANGED = -2147164120
Field Value
|
Improve this Doc
View Source
CO_E_THREADPOOL_CONFIG
The provided thread pool configuration is invalid
Declaration
public const int CO_E_THREADPOOL_CONFIG = -2147467215
Field Value
|
Improve this Doc
View Source
CO_E_TRACKER_CONFIG
The provided tracker configuration is invalid
Declaration
public const int CO_E_TRACKER_CONFIG = -2147467216
Field Value
|
Improve this Doc
View Source
CO_E_TRUSTEEDOESNTMATCHCLIENT
The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method
Declaration
public const int CO_E_TRUSTEEDOESNTMATCHCLIENT = -2147417817
Field Value
|
Improve this Doc
View Source
CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN
The caller failed to revoke a per-apartment registration before apartment shutdown.
Declaration
public const int CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN = -2147467212
Field Value
|
Improve this Doc
View Source
CO_E_WRONG_SERVER_IDENTITY
The class is configured to run as a security id different from the caller
Declaration
public const int CO_E_WRONG_SERVER_IDENTITY = -2147467243
Field Value
|
Improve this Doc
View Source
CO_E_WRONGOSFORAPP
Wrong OS or OS version for application
Declaration
public const int CO_E_WRONGOSFORAPP = -2147220998
Field Value
|
Improve this Doc
View Source
CO_E_WRONGTRUSTEENAMESYNTAX
One of the trustee strings provided by the user did not conform to the <Domain><Name> syntax and it was not the "*" string
Declaration
public const int CO_E_WRONGTRUSTEENAMESYNTAX = -2147417812
Field Value
|
Improve this Doc
View Source
CO_S_FIRST
Declaration
public const int CO_S_FIRST = 262640
Field Value
|
Improve this Doc
View Source
CO_S_LAST
Declaration
public const int CO_S_LAST = 262655
Field Value
|
Improve this Doc
View Source
CO_S_MACHINENAMENOTFOUND
The specified machine name was not found in the cache.
Declaration
public const int CO_S_MACHINENAMENOTFOUND = 524307
Field Value
|
Improve this Doc
View Source
CO_S_NOTALLINTERFACES
Not all the requested interfaces were available
Declaration
public const int CO_S_NOTALLINTERFACES = 524306
Field Value
|
Improve this Doc
View Source
COMADMIN_E_ALREADYINSTALLED
The object is already registered
Declaration
public const int COMADMIN_E_ALREADYINSTALLED = -2146368508
Field Value
|
Improve this Doc
View Source
COMADMIN_E_AMBIGUOUS_APPLICATION_NAME
The application name is not unique and cannot be resolved to an application id
Declaration
public const int COMADMIN_E_AMBIGUOUS_APPLICATION_NAME = -2146368420
Field Value
|
Improve this Doc
View Source
COMADMIN_E_AMBIGUOUS_PARTITION_NAME
The partition name is not unique and cannot be resolved to a partition id
Declaration
public const int COMADMIN_E_AMBIGUOUS_PARTITION_NAME = -2146368419
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APP_FILE_READFAIL
Error occurred reading the application file
Declaration
public const int COMADMIN_E_APP_FILE_READFAIL = -2146368504
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APP_FILE_VERSION
Invalid version number in application file
Declaration
public const int COMADMIN_E_APP_FILE_VERSION = -2146368503
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APP_FILE_WRITEFAIL
Error occurred writing to the application file
Declaration
public const int COMADMIN_E_APP_FILE_WRITEFAIL = -2146368505
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APP_NOT_RUNNING
The specified application is not currently running
Declaration
public const int COMADMIN_E_APP_NOT_RUNNING = -2146367478
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APPDIRNOTFOUND
Application install directory not found
Declaration
public const int COMADMIN_E_APPDIRNOTFOUND = -2146368481
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APPLICATIONEXISTS
The application is already installed
Declaration
public const int COMADMIN_E_APPLICATIONEXISTS = -2146368501
Field Value
|
Improve this Doc
View Source
COMADMIN_E_APPLID_MATCHES_CLSID
A CLSID with the same GUID as the new application ID is already installed on this machine
Declaration
public const int COMADMIN_E_APPLID_MATCHES_CLSID = -2146368442
Field Value
|
Improve this Doc
View Source
COMADMIN_E_AUTHENTICATIONLEVEL
Unable to set required authentication level for update request
Declaration
public const int COMADMIN_E_AUTHENTICATIONLEVEL = -2146368493
Field Value
|
Improve this Doc
View Source
COMADMIN_E_BADPATH
Declaration
public const int COMADMIN_E_BADPATH = -2146368502
Field Value
|
Improve this Doc
View Source
COMADMIN_E_BADREGISTRYLIBID
The registered TypeLib ID is not valid
Declaration
public const int COMADMIN_E_BADREGISTRYLIBID = -2146368482
Field Value
|
Improve this Doc
View Source
COMADMIN_E_BADREGISTRYPROGID
The component's progID is missing or corrupt
Declaration
public const int COMADMIN_E_BADREGISTRYPROGID = -2146368494
Field Value
|
Improve this Doc
View Source
COMADMIN_E_BASE_PARTITION_ONLY
This function is valid for the base partition only
Declaration
public const int COMADMIN_E_BASE_PARTITION_ONLY = -2146368432
Field Value
|
Improve this Doc
View Source
COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET
The Base Application Partition exists in all partition sets and cannot be removed.
Declaration
public const int COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET = -2146367457
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY
Application Proxy is not exportable
Declaration
public const int COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY = -2146368438
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAN_NOT_EXPORT_SYS_APP
System application is not exportable
Declaration
public const int COMADMIN_E_CAN_NOT_EXPORT_SYS_APP = -2146368436
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAN_NOT_START_APP
Failed to start application because it is either a library application or an application proxy
Declaration
public const int COMADMIN_E_CAN_NOT_START_APP = -2146368437
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CANNOT_ALIAS_EVENTCLASS
Alas, Event Class components cannot be aliased.
Declaration
public const int COMADMIN_E_CANNOT_ALIAS_EVENTCLASS = -2146367456
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT
Cannot subscribe to this component (the component may have been imported)
Declaration
public const int COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT = -2146368435
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CANTCOPYFILE
An error occurred copying the file
Declaration
public const int COMADMIN_E_CANTCOPYFILE = -2146368499
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CANTMAKEINPROCSERVICE
Library applications may not be NT services.
Declaration
public const int COMADMIN_E_CANTMAKEINPROCSERVICE = -2146367468
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CANTRECYCLELIBRARYAPPS
Library applications may not be recycled.
Declaration
public const int COMADMIN_E_CANTRECYCLELIBRARYAPPS = -2146367473
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CANTRECYCLESERVICEAPPS
Applications running as NT services may not be recycled.
Declaration
public const int COMADMIN_E_CANTRECYCLESERVICEAPPS = -2146367471
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_BITNESSMISMATCH
There was a type mismatch between binaries
Declaration
public const int COMADMIN_E_CAT_BITNESSMISMATCH = -2146368382
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME
The specified partition name is already in use on this computer
Declaration
public const int COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME = -2146368425
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED
Applications that contain one or more imported components cannot be installed into a non-base partition
Declaration
public const int COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED = -2146368421
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_INVALID_PARTITION_NAME
The specified partition name is invalid. Check that the name contains at least one visible character
Declaration
public const int COMADMIN_E_CAT_INVALID_PARTITION_NAME = -2146368424
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_PARTITION_IN_USE
The partition cannot be deleted because it is the default partition for one or more users
Declaration
public const int COMADMIN_E_CAT_PARTITION_IN_USE = -2146368423
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED
The application cannot be paused or resumed
Declaration
public const int COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED = -2146368379
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_SERVERFAULT
The COM+ Catalog Server threw an exception during execution
Declaration
public const int COMADMIN_E_CAT_SERVERFAULT = -2146368378
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_UNACCEPTABLEBITNESS
A binary of unknown or invalid type was provided
Declaration
public const int COMADMIN_E_CAT_UNACCEPTABLEBITNESS = -2146368381
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CAT_WRONGAPPBITNESS
There was a type mismatch between a binary and an application
Declaration
public const int COMADMIN_E_CAT_WRONGAPPBITNESS = -2146368380
Field Value
|
Improve this Doc
View Source
COMADMIN_E_CLSIDORIIDMISMATCH
Application file CLSIDs or IIDs do not match corresponding DLLs
Declaration
public const int COMADMIN_E_CLSIDORIIDMISMATCH = -2146368488
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMP_MOVE_BAD_DEST
The component move failed because the destination application no longer exists
Declaration
public const int COMADMIN_E_COMP_MOVE_BAD_DEST = -2146368466
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMP_MOVE_DEST
A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application
Declaration
public const int COMADMIN_E_COMP_MOVE_DEST = -2146367459
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMP_MOVE_LOCKED
The component move was disallowed, because the source or destination application is either a system application or currently locked against changes
Declaration
public const int COMADMIN_E_COMP_MOVE_LOCKED = -2146368467
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMP_MOVE_PRIVATE
A private component cannot be moved (or copied) to a library application or to the base partition
Declaration
public const int COMADMIN_E_COMP_MOVE_PRIVATE = -2146367458
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMP_MOVE_SOURCE
A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application
Declaration
public const int COMADMIN_E_COMP_MOVE_SOURCE = -2146367460
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_BADTLB
The TypeLib could not be loaded
Declaration
public const int COMADMIN_E_COMPFILE_BADTLB = -2146368472
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_CLASSNOTAVAIL
The DLL does not support the components listed in the TypeLib
Declaration
public const int COMADMIN_E_COMPFILE_CLASSNOTAVAIL = -2146368473
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_DOESNOTEXIST
Declaration
public const int COMADMIN_E_COMPFILE_DOESNOTEXIST = -2146368476
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_GETCLASSOBJ
GetClassObject failed in the DLL
Declaration
public const int COMADMIN_E_COMPFILE_GETCLASSOBJ = -2146368474
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_LOADDLLFAIL
The DLL could not be loaded
Declaration
public const int COMADMIN_E_COMPFILE_LOADDLLFAIL = -2146368475
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_NOREGISTRAR
The component registrar referenced in this file is not available
Declaration
public const int COMADMIN_E_COMPFILE_NOREGISTRAR = -2146368460
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPFILE_NOTINSTALLABLE
The file does not contain components or component information
Declaration
public const int COMADMIN_E_COMPFILE_NOTINSTALLABLE = -2146368471
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COMPONENTEXISTS
The component already exists
Declaration
public const int COMADMIN_E_COMPONENTEXISTS = -2146368455
Field Value
|
Improve this Doc
View Source
COMADMIN_E_COREQCOMPINSTALLED
A component in the same DLL is already installed
Declaration
public const int COMADMIN_E_COREQCOMPINSTALLED = -2146368459
Field Value
|
Improve this Doc
View Source
COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET
The partition specified as default is not a member of the partition set.
Declaration
public const int COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET = -2146367466
Field Value
|
Improve this Doc
View Source
COMADMIN_E_DLLLOADFAILED
Declaration
public const int COMADMIN_E_DLLLOADFAILED = -2146368483
Field Value
|
Improve this Doc
View Source
COMADMIN_E_DLLREGISTERSERVER
DllRegisterServer failed on component install
Declaration
public const int COMADMIN_E_DLLREGISTERSERVER = -2146368486
Field Value
|
Improve this Doc
View Source
COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER
An event class cannot also be a subscriber component
Declaration
public const int COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER = -2146368434
Field Value
|
Improve this Doc
View Source
COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES
The partition cannot be exported, because one or more components in the partition have the same file name
Declaration
public const int COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES = -2146368422
Field Value
|
Improve this Doc
View Source
COMADMIN_E_INVALID_PARTITION
The partition(s) specified are not valid.
Declaration
public const int COMADMIN_E_INVALID_PARTITION = -2146367477
Field Value
|
Improve this Doc
View Source
COMADMIN_E_INVALIDUSERIDS
One or more users in the application file are not valid
Declaration
public const int COMADMIN_E_INVALIDUSERIDS = -2146368496
Field Value
|
Improve this Doc
View Source
COMADMIN_E_KEYMISSING
The object was not found in the catalog
Declaration
public const int COMADMIN_E_KEYMISSING = -2146368509
Field Value
|
Improve this Doc
View Source
Applications containing one or more legacy components may not be exported to 1.0 format.
Declaration
public const int COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT = -2146367462
Field Value
|
Improve this Doc
View Source
COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS
Legacy components may not exist in non-base partitions.
Declaration
public const int COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS = -2146367461
Field Value
|
Improve this Doc
View Source
COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE
Library applications and application proxies are incompatible
Declaration
public const int COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE = -2146368433
Field Value
|
Improve this Doc
View Source
COMADMIN_E_MIG_SCHEMANOTFOUND
The schema version to be migrated could not be found in the COM+ registry database
Declaration
public const int COMADMIN_E_MIG_SCHEMANOTFOUND = -2146368383
Field Value
|
Improve this Doc
View Source
COMADMIN_E_MIG_VERSIONNOTSUPPORTED
This version of the COM+ registry database cannot be migrated
Declaration
public const int COMADMIN_E_MIG_VERSIONNOTSUPPORTED = -2146368384
Field Value
|
Improve this Doc
View Source
COMADMIN_E_NOREGISTRYCLSID
The component's CLSID is missing or corrupt
Declaration
public const int COMADMIN_E_NOREGISTRYCLSID = -2146368495
Field Value
|
Improve this Doc
View Source
COMADMIN_E_NOSERVERSHARE
No server file share available
Declaration
public const int COMADMIN_E_NOSERVERSHARE = -2146368485
Field Value
|
Improve this Doc
View Source
COMADMIN_E_NOTCHANGEABLE
Changes to this object and its sub-objects have been disabled
Declaration
public const int COMADMIN_E_NOTCHANGEABLE = -2146368470
Field Value
|
Improve this Doc
View Source
COMADMIN_E_NOTDELETEABLE
The delete function has been disabled for this object
Declaration
public const int COMADMIN_E_NOTDELETEABLE = -2146368469
Field Value
|
Improve this Doc
View Source
COMADMIN_E_NOTINREGISTRY
Object was not found in registry
Declaration
public const int COMADMIN_E_NOTINREGISTRY = -2146368450
Field Value
|
Improve this Doc
View Source
COMADMIN_E_NOUSER
One or more users are not valid
Declaration
public const int COMADMIN_E_NOUSER = -2146368497
Field Value
|
Improve this Doc
View Source
COMADMIN_E_OBJECT_DOES_NOT_EXIST
One of the specified objects cannot be found
Declaration
public const int COMADMIN_E_OBJECT_DOES_NOT_EXIST = -2146367479
Field Value
|
Improve this Doc
View Source
COMADMIN_E_OBJECT_PARENT_MISSING
One of the objects being inserted or updated does not belong to a valid parent collection
Declaration
public const int COMADMIN_E_OBJECT_PARENT_MISSING = -2146367480
Field Value
|
Improve this Doc
View Source
COMADMIN_E_OBJECTERRORS
Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail
Declaration
public const int COMADMIN_E_OBJECTERRORS = -2146368511
Field Value
|
Improve this Doc
View Source
COMADMIN_E_OBJECTEXISTS
The object you are attempting to add or rename already exists
Declaration
public const int COMADMIN_E_OBJECTEXISTS = -2146368456
Field Value
|
Improve this Doc
View Source
COMADMIN_E_OBJECTINVALID
One or more of the object's properties are missing or invalid
Declaration
public const int COMADMIN_E_OBJECTINVALID = -2146368510
Field Value
|
Improve this Doc
View Source
COMADMIN_E_OBJECTNOTPOOLABLE
This object is not poolable
Declaration
public const int COMADMIN_E_OBJECTNOTPOOLABLE = -2146368449
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PARTITION_ACCESSDENIED
Access to the specified partition is denied.
Declaration
public const int COMADMIN_E_PARTITION_ACCESSDENIED = -2146367464
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PARTITION_MSI_ONLY
Only Application Files (*.MSI files) can be installed into partitions.
Declaration
public const int COMADMIN_E_PARTITION_MSI_ONLY = -2146367463
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PARTITIONS_DISABLED
COM+ partitions are currently disabled.
Declaration
public const int COMADMIN_E_PARTITIONS_DISABLED = -2146367452
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED
A paused process may not be recycled.
Declaration
public const int COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED = -2146367469
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PRIVATE_ACCESSDENIED
Access is denied because the component is private.
Declaration
public const int COMADMIN_E_PRIVATE_ACCESSDENIED = -2146367455
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PROCESSALREADYRECYCLED
The process has already been recycled.
Declaration
public const int COMADMIN_E_PROCESSALREADYRECYCLED = -2146367470
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PROGIDINUSEBYCLSID
The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
Declaration
public const int COMADMIN_E_PROGIDINUSEBYCLSID = -2146367467
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PROPERTY_OVERFLOW
The property value is too large
Declaration
public const int COMADMIN_E_PROPERTY_OVERFLOW = -2146368452
Field Value
|
Improve this Doc
View Source
COMADMIN_E_PROPERTYSAVEFAILED
One or more property settings are either invalid or in conflict with each other
Declaration
public const int COMADMIN_E_PROPERTYSAVEFAILED = -2146368457
Field Value
|
Improve this Doc
View Source
COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED
A recycled process may not be paused.
Declaration
public const int COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED = -2146367465
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGDB_ALREADYRUNNING
The COM+ registry database is already running
Declaration
public const int COMADMIN_E_REGDB_ALREADYRUNNING = -2146368395
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGDB_NOTINITIALIZED
The COM+ registry database has not been initialized
Declaration
public const int COMADMIN_E_REGDB_NOTINITIALIZED = -2146368398
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGDB_NOTOPEN
The COM+ registry database is not open
Declaration
public const int COMADMIN_E_REGDB_NOTOPEN = -2146368397
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGDB_SYSTEMERR
The COM+ registry database detected a system error
Declaration
public const int COMADMIN_E_REGDB_SYSTEMERR = -2146368396
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGFILE_CORRUPT
The registration file is corrupt
Declaration
public const int COMADMIN_E_REGFILE_CORRUPT = -2146368453
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGISTERTLB
The system was unable to register the TypeLib
Declaration
public const int COMADMIN_E_REGISTERTLB = -2146368464
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGISTRARFAILED
Errors occurred while in the component registrar
Declaration
public const int COMADMIN_E_REGISTRARFAILED = -2146368477
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REGISTRY_ACCESSDENIED
The specified user cannot write to the system registry
Declaration
public const int COMADMIN_E_REGISTRY_ACCESSDENIED = -2146367453
Field Value
|
Improve this Doc
View Source
COMADMIN_E_REMOTEINTERFACE
Interface information is either missing or changed
Declaration
public const int COMADMIN_E_REMOTEINTERFACE = -2146368487
Field Value
|
Improve this Doc
View Source
This operation is not enabled on this platform
Declaration
public const int COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM = -2146368439
Field Value
|
Improve this Doc
View Source
COMADMIN_E_ROLE_DOES_NOT_EXIST
A role assigned to a component, interface, or method did not exist in the application
Declaration
public const int COMADMIN_E_ROLE_DOES_NOT_EXIST = -2146368441
Field Value
|
Improve this Doc
View Source
COMADMIN_E_ROLEEXISTS
Declaration
public const int COMADMIN_E_ROLEEXISTS = -2146368500
Field Value
|
Improve this Doc
View Source
COMADMIN_E_SAFERINVALID
The specified SAFER level is invalid.
Declaration
public const int COMADMIN_E_SAFERINVALID = -2146367454
Field Value
|
Improve this Doc
View Source
COMADMIN_E_SERVICENOTINSTALLED
The service is not installed
Declaration
public const int COMADMIN_E_SERVICENOTINSTALLED = -2146368458
Field Value
|
Improve this Doc
View Source
COMADMIN_E_SESSION
The server catalog version is not supported
Declaration
public const int COMADMIN_E_SESSION = -2146368468
Field Value
|
Improve this Doc
View Source
COMADMIN_E_START_APP_DISABLED
You cannot start an application that has been disabled
Declaration
public const int COMADMIN_E_START_APP_DISABLED = -2146368431
Field Value
|
Improve this Doc
View Source
COMADMIN_E_START_APP_NEEDS_COMPONENTS
You must have components in an application in order to start the application
Declaration
public const int COMADMIN_E_START_APP_NEEDS_COMPONENTS = -2146368440
Field Value
|
Improve this Doc
View Source
COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE
COM+ applications that run as NT service may not be pooled or recycled
Declaration
public const int COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE = -2146367475
Field Value
|
Improve this Doc
View Source
COMADMIN_E_SYSTEMAPP
This operation cannot be performed on the system application
Declaration
public const int COMADMIN_E_SYSTEMAPP = -2146368461
Field Value
|
Improve this Doc
View Source
COMADMIN_E_USER_IN_SET
One or more users are already assigned to a local partition set.
Declaration
public const int COMADMIN_E_USER_IN_SET = -2146367474
Field Value
|
Improve this Doc
View Source
COMADMIN_E_USERPASSWDNOTVALID
The identity or password set on the application is not valid
Declaration
public const int COMADMIN_E_USERPASSWDNOTVALID = -2146368492
Field Value
|
Improve this Doc
View Source
COMQC_E_APPLICATION_NOT_QUEUED
Only COM+ Applications marked "queued" can be invoked using the "queue" moniker
Declaration
public const int COMQC_E_APPLICATION_NOT_QUEUED = -2146368000
Field Value
|
Improve this Doc
View Source
COMQC_E_BAD_MESSAGE
The message is improperly formatted or was damaged in transit
Declaration
public const int COMQC_E_BAD_MESSAGE = -2146367996
Field Value
|
Improve this Doc
View Source
COMQC_E_NO_IPERSISTSTREAM
Unable to marshal an interface that does not support IPersistStream
Declaration
public const int COMQC_E_NO_IPERSISTSTREAM = -2146367997
Field Value
|
Improve this Doc
View Source
COMQC_E_NO_QUEUEABLE_INTERFACES
At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker
Declaration
public const int COMQC_E_NO_QUEUEABLE_INTERFACES = -2146367999
Field Value
|
Improve this Doc
View Source
COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE
MSMQ is required for the requested operation and is not installed
Declaration
public const int COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE = -2146367998
Field Value
|
Improve this Doc
View Source
COMQC_E_UNAUTHENTICATED
An unauthenticated message was received by an application that accepts only authenticated messages
Declaration
public const int COMQC_E_UNAUTHENTICATED = -2146367995
Field Value
|
Improve this Doc
View Source
COMQC_E_UNTRUSTED_ENQUEUER
The message was requeued or moved by a user not in the "QC Trusted User" role
Declaration
public const int COMQC_E_UNTRUSTED_ENQUEUER = -2146367994
Field Value
|
Improve this Doc
View Source
CONTEXT_E_ABORTED
The root transaction wanted to commit, but transaction aborted
Declaration
public const int CONTEXT_E_ABORTED = -2147164158
Field Value
|
Improve this Doc
View Source
CONTEXT_E_ABORTING
You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.
Declaration
public const int CONTEXT_E_ABORTING = -2147164157
Field Value
|
Improve this Doc
View Source
CONTEXT_E_FIRST
Declaration
public const int CONTEXT_E_FIRST = -2147164160
Field Value
|
Improve this Doc
View Source
CONTEXT_E_LAST
Declaration
public const int CONTEXT_E_LAST = -2147164113
Field Value
|
Improve this Doc
View Source
CONTEXT_E_NOCONTEXT
There is no MTS object context
Declaration
public const int CONTEXT_E_NOCONTEXT = -2147164156
Field Value
|
Improve this Doc
View Source
CONTEXT_E_NOJIT
The requested operation requires that JIT be in the current context and it is not
Declaration
public const int CONTEXT_E_NOJIT = -2147164122
Field Value
|
Improve this Doc
View Source
CONTEXT_E_NOTRANSACTION
The requested operation requires that the current context have a Transaction, and it does not
Declaration
public const int CONTEXT_E_NOTRANSACTION = -2147164121
Field Value
|
Improve this Doc
View Source
CONTEXT_E_OLDREF
You made a method call on a COM+ component that has a transaction that has already committed or aborted.
Declaration
public const int CONTEXT_E_OLDREF = -2147164153
Field Value
|
Improve this Doc
View Source
CONTEXT_E_ROLENOTFOUND
The specified role was not configured for the application
Declaration
public const int CONTEXT_E_ROLENOTFOUND = -2147164148
Field Value
|
Improve this Doc
View Source
CONTEXT_E_SYNCH_TIMEOUT
The component is configured to use synchronization and a thread has timed out waiting to enter the context.
Declaration
public const int CONTEXT_E_SYNCH_TIMEOUT = -2147164154
Field Value
|
Improve this Doc
View Source
CONTEXT_E_TMNOTAVAILABLE
COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator
Declaration
public const int CONTEXT_E_TMNOTAVAILABLE = -2147164145
Field Value
|
Improve this Doc
View Source
CONTEXT_E_WOULD_DEADLOCK
The component is configured to use synchronization and this method call would cause a deadlock to occur.
Declaration
public const int CONTEXT_E_WOULD_DEADLOCK = -2147164155
Field Value
|
Improve this Doc
View Source
CONTEXT_S_FIRST
Declaration
public const int CONTEXT_S_FIRST = 319488
Field Value
|
Improve this Doc
View Source
CONTEXT_S_LAST
Declaration
public const int CONTEXT_S_LAST = 319535
Field Value
|
Improve this Doc
View Source
CONVERT10_E_FIRST
Declaration
public const int CONVERT10_E_FIRST = -2147221056
Field Value
|
Improve this Doc
View Source
CONVERT10_E_LAST
Declaration
public const int CONVERT10_E_LAST = -2147221041
Field Value
|
Improve this Doc
View Source
CONVERT10_E_OLESTREAM_BITMAP_TO_DIB
There was an error in a Windows GDI call while converting the bitmap to a DIB
Declaration
public const int CONVERT10_E_OLESTREAM_BITMAP_TO_DIB = -2147221053
Field Value
|
Improve this Doc
View Source
CONVERT10_E_OLESTREAM_FMT
Contents of the OLESTREAM not in correct format
Declaration
public const int CONVERT10_E_OLESTREAM_FMT = -2147221054
Field Value
|
Improve this Doc
View Source
CONVERT10_E_OLESTREAM_GET
OLESTREAM Get method failed
Declaration
public const int CONVERT10_E_OLESTREAM_GET = -2147221056
Field Value
|
Improve this Doc
View Source
CONVERT10_E_OLESTREAM_PUT
OLESTREAM Put method failed
Declaration
public const int CONVERT10_E_OLESTREAM_PUT = -2147221055
Field Value
|
Improve this Doc
View Source
CONVERT10_E_STG_DIB_TO_BITMAP
There was an error in a Windows GDI call while converting the DIB to a bitmap.
Declaration
public const int CONVERT10_E_STG_DIB_TO_BITMAP = -2147221050
Field Value
|
Improve this Doc
View Source
CONVERT10_E_STG_FMT
Contents of the IStorage not in correct format
Declaration
public const int CONVERT10_E_STG_FMT = -2147221052
Field Value
|
Improve this Doc
View Source
CONVERT10_E_STG_NO_STD_STREAM
Contents of IStorage is missing one of the standard streams
Declaration
public const int CONVERT10_E_STG_NO_STD_STREAM = -2147221051
Field Value
|
Improve this Doc
View Source
CONVERT10_S_FIRST
Declaration
public const int CONVERT10_S_FIRST = 262592
Field Value
|
Improve this Doc
View Source
CONVERT10_S_LAST
Declaration
public const int CONVERT10_S_LAST = 262607
Field Value
|
Improve this Doc
View Source
CONVERT10_S_NO_PRESENTATION
Unable to convert OLESTREAM to IStorage
Declaration
public const int CONVERT10_S_NO_PRESENTATION = 262592
Field Value
|
Improve this Doc
View Source
CRYPT_E_ALREADY_DECRYPTED
The content of the cryptographic message has already been decrypted.
Declaration
public const int CRYPT_E_ALREADY_DECRYPTED = -2146889719
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_BADARGS
ASN1 bad arguments to function call.
Declaration
public const int CRYPT_E_ASN1_BADARGS = -2146881271
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_BADPDU
ASN1 function not supported for this PDU.
Declaration
public const int CRYPT_E_ASN1_BADPDU = -2146881272
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_BADREAL
Declaration
public const int CRYPT_E_ASN1_BADREAL = -2146881270
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_BADTAG
Declaration
public const int CRYPT_E_ASN1_BADTAG = -2146881269
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_CHOICE
Declaration
public const int CRYPT_E_ASN1_CHOICE = -2146881268
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_CONSTRAINT
ASN1 constraint violated.
Declaration
public const int CRYPT_E_ASN1_CONSTRAINT = -2146881275
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_CORRUPT
Declaration
public const int CRYPT_E_ASN1_CORRUPT = -2146881277
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_EOD
ASN1 unexpected end of data.
Declaration
public const int CRYPT_E_ASN1_EOD = -2146881278
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_ERROR
ASN1 Certificate encode/decode error code base. The ASN1 error values are offset by CRYPT_E_ASN1_ERROR.
Declaration
public const int CRYPT_E_ASN1_ERROR = -2146881280
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_EXTENDED
ASN1 skipped unknown extension(s).
Declaration
public const int CRYPT_E_ASN1_EXTENDED = -2146881023
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_INTERNAL
ASN1 internal encode or decode error.
Declaration
public const int CRYPT_E_ASN1_INTERNAL = -2146881279
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_LARGE
Declaration
public const int CRYPT_E_ASN1_LARGE = -2146881276
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_MEMORY
Declaration
public const int CRYPT_E_ASN1_MEMORY = -2146881274
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_NOEOD
ASN1 end of data expected
Declaration
public const int CRYPT_E_ASN1_NOEOD = -2146881022
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_NYI
ASN1 not yet implemented.
Declaration
public const int CRYPT_E_ASN1_NYI = -2146881228
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_OVERFLOW
Declaration
public const int CRYPT_E_ASN1_OVERFLOW = -2146881273
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_PDU_TYPE
Declaration
public const int CRYPT_E_ASN1_PDU_TYPE = -2146881229
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_RULE
Declaration
public const int CRYPT_E_ASN1_RULE = -2146881267
Field Value
|
Improve this Doc
View Source
CRYPT_E_ASN1_UTF8
Declaration
public const int CRYPT_E_ASN1_UTF8 = -2146881266
Field Value
|
Improve this Doc
View Source
CRYPT_E_ATTRIBUTES_MISSING
The cryptographic message does not contain all of the requested attributes.
Declaration
public const int CRYPT_E_ATTRIBUTES_MISSING = -2146889713
Field Value
|
Improve this Doc
View Source
CRYPT_E_AUTH_ATTR_MISSING
The cryptographic message does not contain an expected authenticated attribute.
Declaration
public const int CRYPT_E_AUTH_ATTR_MISSING = -2146889722
Field Value
|
Improve this Doc
View Source
CRYPT_E_BAD_ENCODE
An error occurred during encode or decode operation.
Declaration
public const int CRYPT_E_BAD_ENCODE = -2146885630
Field Value
|
Improve this Doc
View Source
CRYPT_E_BAD_LEN
The length specified for the output data was insufficient.
Declaration
public const int CRYPT_E_BAD_LEN = -2146885631
Field Value
|
Improve this Doc
View Source
CRYPT_E_BAD_MSG
Not a cryptographic message or the cryptographic message is not formatted correctly.
Declaration
public const int CRYPT_E_BAD_MSG = -2146885619
Field Value
|
Improve this Doc
View Source
CRYPT_E_CONTROL_TYPE
Declaration
public const int CRYPT_E_CONTROL_TYPE = -2146889716
Field Value
|
Improve this Doc
View Source
CRYPT_E_DELETED_PREV
The previous certificate or CRL context was deleted.
Declaration
public const int CRYPT_E_DELETED_PREV = -2146885624
Field Value
|
Improve this Doc
View Source
CRYPT_E_EXISTS
The object or property already exists.
Declaration
public const int CRYPT_E_EXISTS = -2146885627
Field Value
|
Improve this Doc
View Source
CRYPT_E_FILE_ERROR
An error occurred while reading or writing to a file.
Declaration
public const int CRYPT_E_FILE_ERROR = -2146885629
Field Value
|
Improve this Doc
View Source
CRYPT_E_FILERESIZED
The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
Declaration
public const int CRYPT_E_FILERESIZED = -2146885595
Field Value
|
Improve this Doc
View Source
CRYPT_E_HASH_VALUE
The hash value is not correct.
Declaration
public const int CRYPT_E_HASH_VALUE = -2146889721
Field Value
|
Improve this Doc
View Source
CRYPT_E_INVALID_IA5_STRING
The string contains a character not in the 7 bit ASCII character set.
Declaration
public const int CRYPT_E_INVALID_IA5_STRING = -2146885598
Field Value
|
Improve this Doc
View Source
CRYPT_E_INVALID_INDEX
The index value is not valid.
Declaration
public const int CRYPT_E_INVALID_INDEX = -2146889720
Field Value
|
Improve this Doc
View Source
CRYPT_E_INVALID_MSG_TYPE
Invalid cryptographic message type.
Declaration
public const int CRYPT_E_INVALID_MSG_TYPE = -2146889724
Field Value
|
Improve this Doc
View Source
CRYPT_E_INVALID_NUMERIC_STRING
The string contains a non-numeric character.
Declaration
public const int CRYPT_E_INVALID_NUMERIC_STRING = -2146885600
Field Value
|
Improve this Doc
View Source
CRYPT_E_INVALID_PRINTABLE_STRING
The string contains a non-printable character.
Declaration
public const int CRYPT_E_INVALID_PRINTABLE_STRING = -2146885599
Field Value
|
Improve this Doc
View Source
CRYPT_E_INVALID_X500_STRING
The string contains an invalid X500 name attribute key, oid, value or delimiter.
Declaration
public const int CRYPT_E_INVALID_X500_STRING = -2146885597
Field Value
|
Improve this Doc
View Source
CRYPT_E_ISSUER_SERIALNUMBER
Invalid issuer and/or serial number.
Declaration
public const int CRYPT_E_ISSUER_SERIALNUMBER = -2146889715
Field Value
|
Improve this Doc
View Source
CRYPT_E_MISSING_PUBKEY_PARA
The public key's algorithm parameters are missing.
Declaration
public const int CRYPT_E_MISSING_PUBKEY_PARA = -2146885588
Field Value
|
Improve this Doc
View Source
CRYPT_E_MSG_ERROR
An error occurred while performing an operation on a cryptographic message.
Declaration
public const int CRYPT_E_MSG_ERROR = -2146889727
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_DECRYPT_CERT
Cannot find the certificate and private key to use for decryption.
Declaration
public const int CRYPT_E_NO_DECRYPT_CERT = -2146885620
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_KEY_PROPERTY
Cannot find the certificate and private key for decryption.
Declaration
public const int CRYPT_E_NO_KEY_PROPERTY = -2146885621
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_MATCH
Cannot find the requested object.
Declaration
public const int CRYPT_E_NO_MATCH = -2146885623
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_PROVIDER
No provider was specified for the store or object.
Declaration
public const int CRYPT_E_NO_PROVIDER = -2146885626
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_REVOCATION_CHECK
The revocation function was unable to check revocation for the certificate.
Declaration
public const int CRYPT_E_NO_REVOCATION_CHECK = -2146885614
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_REVOCATION_DLL
No Dll or exported function was found to verify revocation.
Declaration
public const int CRYPT_E_NO_REVOCATION_DLL = -2146885615
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_SIGNER
The signed cryptographic message does not have a signer for the specified signer index.
Declaration
public const int CRYPT_E_NO_SIGNER = -2146885618
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_TRUSTED_SIGNER
None of the signers of the cryptographic message or certificate trust list is trusted.
Declaration
public const int CRYPT_E_NO_TRUSTED_SIGNER = -2146885589
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_VERIFY_USAGE_CHECK
The called function was unable to do a usage check on the subject.
Declaration
public const int CRYPT_E_NO_VERIFY_USAGE_CHECK = -2146885592
Field Value
|
Improve this Doc
View Source
CRYPT_E_NO_VERIFY_USAGE_DLL
No DLL or exported function was found to verify subject usage.
Declaration
public const int CRYPT_E_NO_VERIFY_USAGE_DLL = -2146885593
Field Value
|
Improve this Doc
View Source
CRYPT_E_NOT_CHAR_STRING
The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_RDN_OCTET_STRING.
Declaration
public const int CRYPT_E_NOT_CHAR_STRING = -2146885596
Field Value
|
Improve this Doc
View Source
CRYPT_E_NOT_DECRYPTED
The content of the cryptographic message has not been decrypted yet.
Declaration
public const int CRYPT_E_NOT_DECRYPTED = -2146889718
Field Value
|
Improve this Doc
View Source
CRYPT_E_NOT_FOUND
Cannot find object or property.
Declaration
public const int CRYPT_E_NOT_FOUND = -2146885628
Field Value
|
Improve this Doc
View Source
CRYPT_E_NOT_IN_CTL
The subject was not found in a Certificate Trust List (CTL).
Declaration
public const int CRYPT_E_NOT_IN_CTL = -2146885590
Field Value
|
Improve this Doc
View Source
CRYPT_E_NOT_IN_REVOCATION_DATABASE
The certificate is not in the revocation server's database.
Declaration
public const int CRYPT_E_NOT_IN_REVOCATION_DATABASE = -2146885612
Field Value
|
Improve this Doc
View Source
CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND
An object could not be located using the object locator infrastructure with the given name.
Declaration
public const int CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND = -2146885587
Field Value
|
Improve this Doc
View Source
The object identifier is poorly formatted.
Declaration
public const int CRYPT_E_OID_FORMAT = -2146889725
Field Value
|
Improve this Doc
View Source
CRYPT_E_OSS_ERROR
OSS Certificate encode/decode error code base
See asn1code.h for a definition of the OSS runtime errors. The OSS error values are offset by CRYPT_E_OSS_ERROR.
Declaration
public const int CRYPT_E_OSS_ERROR = -2146881536
Field Value
|
Improve this Doc
View Source
CRYPT_E_PENDING_CLOSE
Final closure is pending until additional frees or closes.
Declaration
public const int CRYPT_E_PENDING_CLOSE = -2146885617
Field Value
|
Improve this Doc
View Source
CRYPT_E_RECIPIENT_NOT_FOUND
The enveloped-data message does not contain the specified recipient.
Declaration
public const int CRYPT_E_RECIPIENT_NOT_FOUND = -2146889717
Field Value
|
Improve this Doc
View Source
CRYPT_E_REVOCATION_OFFLINE
The revocation function was unable to check revocation because the revocation server was offline.
Declaration
public const int CRYPT_E_REVOCATION_OFFLINE = -2146885613
Field Value
|
Improve this Doc
View Source
CRYPT_E_REVOKED
The certificate is revoked.
Declaration
public const int CRYPT_E_REVOKED = -2146885616
Field Value
|
Improve this Doc
View Source
CRYPT_E_SECURITY_SETTINGS
The cryptographic operation failed due to a local security option setting.
Declaration
public const int CRYPT_E_SECURITY_SETTINGS = -2146885594
Field Value
|
Improve this Doc
View Source
CRYPT_E_SELF_SIGNED
The specified certificate is self signed.
Declaration
public const int CRYPT_E_SELF_SIGNED = -2146885625
Field Value
|
Improve this Doc
View Source
CRYPT_E_SIGNER_NOT_FOUND
Cannot find the original signer.
Declaration
public const int CRYPT_E_SIGNER_NOT_FOUND = -2146889714
Field Value
|
Improve this Doc
View Source
CRYPT_E_STREAM_INSUFFICIENT_DATA
The streamed cryptographic message requires more data to complete the decode operation.
Declaration
public const int CRYPT_E_STREAM_INSUFFICIENT_DATA = -2146889711
Field Value
|
Improve this Doc
View Source
CRYPT_E_STREAM_MSG_NOT_READY
The streamed cryptographic message is not ready to return data.
Declaration
public const int CRYPT_E_STREAM_MSG_NOT_READY = -2146889712
Field Value
|
Improve this Doc
View Source
CRYPT_E_UNEXPECTED_ENCODING
Unexpected cryptographic message encoding.
Declaration
public const int CRYPT_E_UNEXPECTED_ENCODING = -2146889723
Field Value
|
Improve this Doc
View Source
CRYPT_E_UNEXPECTED_MSG_TYPE
The certificate does not have a property that references a private key.
Declaration
public const int CRYPT_E_UNEXPECTED_MSG_TYPE = -2146885622
Field Value
|
Improve this Doc
View Source
CRYPT_E_UNKNOWN_ALGO
Unknown cryptographic algorithm.
Declaration
public const int CRYPT_E_UNKNOWN_ALGO = -2146889726
Field Value
|
Improve this Doc
View Source
CRYPT_E_VERIFY_USAGE_OFFLINE
Since the server was offline, the called function was unable to complete the usage check.
Declaration
public const int CRYPT_E_VERIFY_USAGE_OFFLINE = -2146885591
Field Value
|
Improve this Doc
View Source
CRYPT_I_NEW_PROTECTION_REQUIRED
The protected data needs to be re-protected.
Declaration
public const int CRYPT_I_NEW_PROTECTION_REQUIRED = 593938
Field Value
|
Improve this Doc
View Source
CS_E_ADMIN_LIMIT_EXCEEDED
The size of this object exceeds the maximum size set by the Administrator.
Declaration
public const int CS_E_ADMIN_LIMIT_EXCEEDED = -2147221139
Field Value
|
Improve this Doc
View Source
CS_E_CLASS_NOTFOUND
The CLSID was not found in the software installation data in the Active Directory.
Declaration
public const int CS_E_CLASS_NOTFOUND = -2147221146
Field Value
|
Improve this Doc
View Source
CS_E_FIRST
Declaration
public const int CS_E_FIRST = -2147221148
Field Value
|
Improve this Doc
View Source
CS_E_INTERNAL_ERROR
An error occurred in the software installation data in the Active Directory.
Declaration
public const int CS_E_INTERNAL_ERROR = -2147221137
Field Value
|
Improve this Doc
View Source
CS_E_INVALID_PATH
The path to the software installation data in the Active Directory is not correct.
Declaration
public const int CS_E_INVALID_PATH = -2147221141
Field Value
|
Improve this Doc
View Source
CS_E_INVALID_VERSION
The software installation data in the Active Directory is corrupt.
Declaration
public const int CS_E_INVALID_VERSION = -2147221145
Field Value
|
Improve this Doc
View Source
CS_E_LAST
Declaration
public const int CS_E_LAST = -2147221137
Field Value
|
Improve this Doc
View Source
CS_E_NETWORK_ERROR
A network error interrupted the operation.
Declaration
public const int CS_E_NETWORK_ERROR = -2147221140
Field Value
|
Improve this Doc
View Source
CS_E_NO_CLASSSTORE
There is no software installation data in the Active Directory.
Declaration
public const int CS_E_NO_CLASSSTORE = -2147221144
Field Value
|
Improve this Doc
View Source
CS_E_NOT_DELETABLE
Deleting this will break the referential integrity of the software installation data in the Active Directory.
Declaration
public const int CS_E_NOT_DELETABLE = -2147221147
Field Value
|
Improve this Doc
View Source
CS_E_OBJECT_ALREADY_EXISTS
The software installation data object in the Active Directory already exists.
Declaration
public const int CS_E_OBJECT_ALREADY_EXISTS = -2147221142
Field Value
|
Improve this Doc
View Source
CS_E_OBJECT_NOTFOUND
There is no software installation data object in the Active Directory.
Declaration
public const int CS_E_OBJECT_NOTFOUND = -2147221143
Field Value
|
Improve this Doc
View Source
CS_E_PACKAGE_NOTFOUND
No package in the software installation data in the Active Directory meets this criteria.
Declaration
public const int CS_E_PACKAGE_NOTFOUND = -2147221148
Field Value
|
Improve this Doc
View Source
CS_E_SCHEMA_MISMATCH
The schema for the software installation data in the Active Directory does not match the required schema.
Declaration
public const int CS_E_SCHEMA_MISMATCH = -2147221138
Field Value
|
Improve this Doc
View Source
D2DERR_BAD_NUMBER
Declaration
public const int D2DERR_BAD_NUMBER = -2003238895
Field Value
|
Improve this Doc
View Source
D2DERR_BITMAP_BOUND_AS_TARGET
Cannot draw with a bitmap that is currently bound as the target bitmap.
Declaration
public const int D2DERR_BITMAP_BOUND_AS_TARGET = -2003238875
Field Value
|
Improve this Doc
View Source
D2DERR_BITMAP_CANNOT_DRAW
Cannot draw with a bitmap that has the D2D1_BITMAP_OPTIONS_CANNOT_DRAW option.
Declaration
public const int D2DERR_BITMAP_CANNOT_DRAW = -2003238879
Field Value
|
Improve this Doc
View Source
D2DERR_CYCLIC_GRAPH
There was a cycle in the graph.
Declaration
public const int D2DERR_CYCLIC_GRAPH = -2003238880
Field Value
|
Improve this Doc
View Source
The display format Direct2D needs to render is not supported by the hardware device.
Declaration
public const int D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED = -2003238903
Field Value
|
Improve this Doc
View Source
D2DERR_DISPLAY_STATE_INVALID
A valid display state could not be determined.
Declaration
public const int D2DERR_DISPLAY_STATE_INVALID = -2003238906
Field Value
|
Improve this Doc
View Source
D2DERR_EFFECT_IS_NOT_REGISTERED
The CLSID provided to Unregister did not correspond to a registered effect.
Declaration
public const int D2DERR_EFFECT_IS_NOT_REGISTERED = -2003238872
Field Value
|
Improve this Doc
View Source
D2DERR_EXCEEDS_MAX_BITMAP_SIZE
The requested size is larger than the guaranteed supported texture size at the Direct3D device's current feature level.
Declaration
public const int D2DERR_EXCEEDS_MAX_BITMAP_SIZE = -2003238883
Field Value
|
Improve this Doc
View Source
D2DERR_INCOMPATIBLE_BRUSH_TYPES
The brush types are incompatible for the call.
Declaration
public const int D2DERR_INCOMPATIBLE_BRUSH_TYPES = -2003238888
Field Value
|
Improve this Doc
View Source
D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES
D3D Device does not have sufficient capabilities to perform the requested action.
Declaration
public const int D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES = -2003238874
Field Value
|
Improve this Doc
View Source
The graph could not be rendered with the context's current tiling settings.
Declaration
public const int D2DERR_INTERMEDIATE_TOO_LARGE = -2003238873
Field Value
|
Improve this Doc
View Source
D2DERR_INTERNAL_ERROR
An internal error (Direct2D bug) occurred. On checked builds, we would assert. The application should close this instance of Direct2D and should consider restarting its process.
Declaration
public const int D2DERR_INTERNAL_ERROR = -2003238904
Field Value
|
Improve this Doc
View Source
D2DERR_INVALID_CALL
A call to this method is invalid.
Declaration
public const int D2DERR_INVALID_CALL = -2003238902
Field Value
|
Improve this Doc
View Source
D2DERR_INVALID_GLYPH_IMAGE
An error was encountered while decoding or parsing the requested glyph image.
Declaration
public const int D2DERR_INVALID_GLYPH_IMAGE = -2003238866
Field Value
|
Improve this Doc
View Source
D2DERR_INVALID_GRAPH_CONFIGURATION
There was a configuration error in the graph.
Declaration
public const int D2DERR_INVALID_GRAPH_CONFIGURATION = -2003238882
Field Value
|
Improve this Doc
View Source
D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION
There was a internal configuration error in the graph.
Declaration
public const int D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION = -2003238881
Field Value
|
Improve this Doc
View Source
D2DERR_INVALID_PROPERTY
The specified property does not exist.
Declaration
public const int D2DERR_INVALID_PROPERTY = -2003238871
Field Value
|
Improve this Doc
View Source
D2DERR_INVALID_TARGET
Cannot set the image as a target because it is either an effect or is a bitmap that does not have the D2D1_BITMAP_OPTIONS_TARGET flag set.
Declaration
public const int D2DERR_INVALID_TARGET = -2003238876
Field Value
|
Improve this Doc
View Source
D2DERR_LAYER_ALREADY_IN_USE
A layer resource can only be in use once at any point in time.
Declaration
public const int D2DERR_LAYER_ALREADY_IN_USE = -2003238893
Field Value
|
Improve this Doc
View Source
D2DERR_MAX_TEXTURE_SIZE_EXCEEDED
Requested DirectX surface size exceeded maximum texture size.
Declaration
public const int D2DERR_MAX_TEXTURE_SIZE_EXCEEDED = -2003238897
Field Value
|
Improve this Doc
View Source
D2DERR_NO_HARDWARE_DEVICE
No hardware rendering device is available for this operation.
Declaration
public const int D2DERR_NO_HARDWARE_DEVICE = -2003238901
Field Value
|
Improve this Doc
View Source
D2DERR_NO_SUBPROPERTIES
The specified sub-property does not exist.
Declaration
public const int D2DERR_NO_SUBPROPERTIES = -2003238870
Field Value
|
Improve this Doc
View Source
D2DERR_NOT_INITIALIZED
The object has not yet been initialized.
Declaration
public const int D2DERR_NOT_INITIALIZED = -2003238910
Field Value
|
Improve this Doc
View Source
D2DERR_ORIGINAL_TARGET_NOT_BOUND
The operation failed because the original target is not currently bound as a target.
Declaration
public const int D2DERR_ORIGINAL_TARGET_NOT_BOUND = -2003238877
Field Value
|
Improve this Doc
View Source
D2DERR_OUTSTANDING_BITMAP_REFERENCES
The operation cannot complete while there are outstanding references to the target bitmap.
Declaration
public const int D2DERR_OUTSTANDING_BITMAP_REFERENCES = -2003238878
Field Value
|
Improve this Doc
View Source
D2DERR_POP_CALL_DID_NOT_MATCH_PUSH
The pop call did not match the corresponding push call.
Declaration
public const int D2DERR_POP_CALL_DID_NOT_MATCH_PUSH = -2003238892
Field Value
|
Improve this Doc
View Source
Error during print control creation. Indicates that none of the package target types (representing printer formats) are supported by Direct2D print control.
Declaration
public const int D2DERR_PRINT_FORMAT_NOT_SUPPORTED = -2003238868
Field Value
|
Improve this Doc
View Source
D2DERR_PRINT_JOB_CLOSED
AddPage or Close called after print job is already closed.
Declaration
public const int D2DERR_PRINT_JOB_CLOSED = -2003238869
Field Value
|
Improve this Doc
View Source
D2DERR_PUSH_POP_UNBALANCED
The push and pop calls were unbalanced.
Declaration
public const int D2DERR_PUSH_POP_UNBALANCED = -2003238890
Field Value
|
Improve this Doc
View Source
D2DERR_RECREATE_TARGET
There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.
Declaration
public const int D2DERR_RECREATE_TARGET = -2003238900
Field Value
|
Improve this Doc
View Source
D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT
Attempt to copy from a render target while a layer or clip rect is applied.
Declaration
public const int D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT = -2003238889
Field Value
|
Improve this Doc
View Source
D2DERR_SCANNER_FAILED
The geometry scanner failed to process the data.
Declaration
public const int D2DERR_SCANNER_FAILED = -2003238908
Field Value
|
Improve this Doc
View Source
D2DERR_SCREEN_ACCESS_DENIED
Direct2D could not access the screen.
Declaration
public const int D2DERR_SCREEN_ACCESS_DENIED = -2003238907
Field Value
|
Improve this Doc
View Source
D2DERR_SHADER_COMPILE_FAILED
Shader compilation failed.
Declaration
public const int D2DERR_SHADER_COMPILE_FAILED = -2003238898
Field Value
|
Improve this Doc
View Source
D2DERR_TARGET_NOT_GDI_COMPATIBLE
The render target is not compatible with GDI.
Declaration
public const int D2DERR_TARGET_NOT_GDI_COMPATIBLE = -2003238886
Field Value
|
Improve this Doc
View Source
D2DERR_TEXT_EFFECT_IS_WRONG_TYPE
A text client drawing effect object is of the wrong type.
Declaration
public const int D2DERR_TEXT_EFFECT_IS_WRONG_TYPE = -2003238885
Field Value
|
Improve this Doc
View Source
D2DERR_TEXT_RENDERER_NOT_RELEASED
The application is holding a reference to the IDWriteTextRenderer interface after the corresponding DrawText or DrawTextLayout call has returned. The IDWriteTextRenderer instance will be invalid.
Declaration
public const int D2DERR_TEXT_RENDERER_NOT_RELEASED = -2003238884
Field Value
|
Improve this Doc
View Source
D2DERR_TOO_MANY_SHADER_ELEMENTS
Shader construction failed because it was too complex.
Declaration
public const int D2DERR_TOO_MANY_SHADER_ELEMENTS = -2003238899
Field Value
|
Improve this Doc
View Source
An effect attempted to use a transform with too many inputs.
Declaration
public const int D2DERR_TOO_MANY_TRANSFORM_INPUTS = -2003238867
Field Value
|
Improve this Doc
View Source
D2DERR_UNSUPPORTED_OPERATION
The requested operation is not supported.
Declaration
public const int D2DERR_UNSUPPORTED_OPERATION = -2003238909
Field Value
|
Improve this Doc
View Source
D2DERR_UNSUPPORTED_VERSION
The requested Direct2D version is not supported.
Declaration
public const int D2DERR_UNSUPPORTED_VERSION = -2003238896
Field Value
|
Improve this Doc
View Source
D2DERR_WIN32_ERROR
An unknown win32 failure occurred.
Declaration
public const int D2DERR_WIN32_ERROR = -2003238887
Field Value
|
Improve this Doc
View Source
D2DERR_WRONG_FACTORY
Objects used together must be created from the same factory instance.
Declaration
public const int D2DERR_WRONG_FACTORY = -2003238894
Field Value
|
Improve this Doc
View Source
D2DERR_WRONG_RESOURCE_DOMAIN
The resource was realized on the wrong render target.
Declaration
public const int D2DERR_WRONG_RESOURCE_DOMAIN = -2003238891
Field Value
|
Improve this Doc
View Source
D2DERR_WRONG_STATE
The object was not in the correct state to process the method.
Declaration
public const int D2DERR_WRONG_STATE = -2003238911
Field Value
|
Improve this Doc
View Source
D2DERR_ZERO_VECTOR
The supplied vector is zero.
Declaration
public const int D2DERR_ZERO_VECTOR = -2003238905
Field Value
|
Improve this Doc
View Source
D3D10_ERROR_FILE_NOT_FOUND
The specified file was not found.
Declaration
public const int D3D10_ERROR_FILE_NOT_FOUND = -2005336062
Field Value
|
Improve this Doc
View Source
D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS
The application has exceeded the maximum number of unique state objects per Direct3D device.
The limit is 4096 for feature levels up to 11.1.
Declaration
public const int D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS = -2005336063
Field Value
|
Improve this Doc
View Source
D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD
The application's first call per command list to Map on a deferred context did not use D3D11_MAP_WRITE_DISCARD.
Declaration
public const int D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD = -2005139452
Field Value
|
Improve this Doc
View Source
D3D11_ERROR_FILE_NOT_FOUND
The specified file was not found.
Declaration
public const int D3D11_ERROR_FILE_NOT_FOUND = -2005139454
Field Value
|
Improve this Doc
View Source
D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS
The application has exceeded the maximum number of unique state objects per Direct3D device.
The limit is 4096 for feature levels up to 11.1.
Declaration
public const int D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS = -2005139455
Field Value
|
Improve this Doc
View Source
D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS
The application has exceeded the maximum number of unique view objects per Direct3D device.
The limit is 2^20 for feature levels up to 11.1.
Declaration
public const int D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS = -2005139453
Field Value
|
Improve this Doc
View Source
D3D12_ERROR_ADAPTER_NOT_FOUND
The blob provided does not match the adapter that the device was created on.
Declaration
public const int D3D12_ERROR_ADAPTER_NOT_FOUND = -2005008383
Field Value
|
Improve this Doc
View Source
D3D12_ERROR_DRIVER_VERSION_MISMATCH
The blob provided was created for a different version of the driver, and must be re-created.
Declaration
public const int D3D12_ERROR_DRIVER_VERSION_MISMATCH = -2005008382
Field Value
|
Improve this Doc
View Source
DATA_E_FIRST
Declaration
public const int DATA_E_FIRST = -2147221200
Field Value
|
Improve this Doc
View Source
DATA_E_LAST
Declaration
public const int DATA_E_LAST = -2147221185
Field Value
|
Improve this Doc
View Source
DATA_S_FIRST
Declaration
public const int DATA_S_FIRST = 262448
Field Value
|
Improve this Doc
View Source
DATA_S_LAST
Declaration
public const int DATA_S_LAST = 262463
Field Value
|
Improve this Doc
View Source
Declaration
public const int DATA_S_SAMEFORMATETC = 262448
Field Value
|
Improve this Doc
View Source
DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED
DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED
Declaration
public const int DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED = -2003302399
Field Value
|
Improve this Doc
View Source
DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED
DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED
Declaration
public const int DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED = -2003302398
Field Value
|
Improve this Doc
View Source
DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED
DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED
Declaration
public const int DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED = -2003302400
Field Value
|
Improve this Doc
View Source
DIGSIG_E_CRYPTO
Unspecified cryptographic failure.
Declaration
public const int DIGSIG_E_CRYPTO = -2146762744
Field Value
|
Improve this Doc
View Source
DIGSIG_E_DECODE
Error due to problem in ASN.1 decoding process.
Declaration
public const int DIGSIG_E_DECODE = -2146762746
Field Value
|
Improve this Doc
View Source
DIGSIG_E_ENCODE
Error due to problem in ASN.1 encoding process.
Declaration
public const int DIGSIG_E_ENCODE = -2146762747
Field Value
|
Improve this Doc
View Source
DIGSIG_E_EXTENSIBILITY
Reading / writing Extensions where Attributes are appropriate, and vice versa.
Declaration
public const int DIGSIG_E_EXTENSIBILITY = -2146762745
Field Value
|
Improve this Doc
View Source
DISP_E_ARRAYISLOCKED
Declaration
public const int DISP_E_ARRAYISLOCKED = -2147352563
Field Value
|
Improve this Doc
View Source
DISP_E_BADCALLEE
Declaration
public const int DISP_E_BADCALLEE = -2147352560
Field Value
|
Improve this Doc
View Source
DISP_E_BADINDEX
Declaration
public const int DISP_E_BADINDEX = -2147352565
Field Value
|
Improve this Doc
View Source
DISP_E_BADPARAMCOUNT
Invalid number of parameters.
Declaration
public const int DISP_E_BADPARAMCOUNT = -2147352562
Field Value
|
Improve this Doc
View Source
DISP_E_BADVARTYPE
Declaration
public const int DISP_E_BADVARTYPE = -2147352568
Field Value
|
Improve this Doc
View Source
DISP_E_BUFFERTOOSMALL
Declaration
public const int DISP_E_BUFFERTOOSMALL = -2147352557
Field Value
|
Improve this Doc
View Source
DISP_E_DIVBYZERO
Declaration
public const int DISP_E_DIVBYZERO = -2147352558
Field Value
|
Improve this Doc
View Source
DISP_E_EXCEPTION
Declaration
public const int DISP_E_EXCEPTION = -2147352567
Field Value
|
Improve this Doc
View Source
DISP_E_MEMBERNOTFOUND
Declaration
public const int DISP_E_MEMBERNOTFOUND = -2147352573
Field Value
|
Improve this Doc
View Source
DISP_E_NONAMEDARGS
Declaration
public const int DISP_E_NONAMEDARGS = -2147352569
Field Value
|
Improve this Doc
View Source
DISP_E_NOTACOLLECTION
Does not support a collection.
Declaration
public const int DISP_E_NOTACOLLECTION = -2147352559
Field Value
|
Improve this Doc
View Source
DISP_E_OVERFLOW
Declaration
public const int DISP_E_OVERFLOW = -2147352566
Field Value
|
Improve this Doc
View Source
DISP_E_PARAMNOTFOUND
Declaration
public const int DISP_E_PARAMNOTFOUND = -2147352572
Field Value
|
Improve this Doc
View Source
DISP_E_PARAMNOTOPTIONAL
Declaration
public const int DISP_E_PARAMNOTOPTIONAL = -2147352561
Field Value
|
Improve this Doc
View Source
DISP_E_TYPEMISMATCH
Declaration
public const int DISP_E_TYPEMISMATCH = -2147352571
Field Value
|
Improve this Doc
View Source
DISP_E_UNKNOWNINTERFACE
Declaration
public const int DISP_E_UNKNOWNINTERFACE = -2147352575
Field Value
|
Improve this Doc
View Source
DISP_E_UNKNOWNLCID
Declaration
public const int DISP_E_UNKNOWNLCID = -2147352564
Field Value
|
Improve this Doc
View Source
DISP_E_UNKNOWNNAME
Declaration
public const int DISP_E_UNKNOWNNAME = -2147352570
Field Value
|
Improve this Doc
View Source
DRAGDROP_E_ALREADYREGISTERED
This window has already been registered as a drop target
Declaration
public const int DRAGDROP_E_ALREADYREGISTERED = -2147221247
Field Value
|
Improve this Doc
View Source
DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED
A drag operation is already in progress
Declaration
public const int DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED = -2147221245
Field Value
|
Improve this Doc
View Source
DRAGDROP_E_FIRST
Declaration
public const int DRAGDROP_E_FIRST = -2147221248
Field Value
|
Improve this Doc
View Source
DRAGDROP_E_INVALIDHWND
Declaration
public const int DRAGDROP_E_INVALIDHWND = -2147221246
Field Value
|
Improve this Doc
View Source
DRAGDROP_E_LAST
Declaration
public const int DRAGDROP_E_LAST = -2147221233
Field Value
|
Improve this Doc
View Source
DRAGDROP_E_NOTREGISTERED
Trying to revoke a drop target that has not been registered
Declaration
public const int DRAGDROP_E_NOTREGISTERED = -2147221248
Field Value
|
Improve this Doc
View Source
DRAGDROP_S_CANCEL
Drag-drop operation canceled
Declaration
public const int DRAGDROP_S_CANCEL = 262401
Field Value
|
Improve this Doc
View Source
DRAGDROP_S_DROP
Successful drop took place
Declaration
public const int DRAGDROP_S_DROP = 262400
Field Value
|
Improve this Doc
View Source
DRAGDROP_S_FIRST
Declaration
public const int DRAGDROP_S_FIRST = 262400
Field Value
|
Improve this Doc
View Source
DRAGDROP_S_LAST
Declaration
public const int DRAGDROP_S_LAST = 262415
Field Value
|
Improve this Doc
View Source
DRAGDROP_S_USEDEFAULTCURSORS
Declaration
public const int DRAGDROP_S_USEDEFAULTCURSORS = 262402
Field Value
|
Improve this Doc
View Source
Declaration
public const int DV_E_CLIPFORMAT = -2147221398
Field Value
|
Improve this Doc
View Source
DV_E_DVASPECT
Declaration
public const int DV_E_DVASPECT = -2147221397
Field Value
|
Improve this Doc
View Source
DV_E_DVTARGETDEVICE
Invalid DVTARGETDEVICE structure
Declaration
public const int DV_E_DVTARGETDEVICE = -2147221403
Field Value
|
Improve this Doc
View Source
DV_E_DVTARGETDEVICE_SIZE
tdSize parameter of the DVTARGETDEVICE structure is invalid
Declaration
public const int DV_E_DVTARGETDEVICE_SIZE = -2147221396
Field Value
|
Improve this Doc
View Source
Invalid FORMATETC structure
Declaration
public const int DV_E_FORMATETC = -2147221404
Field Value
|
Improve this Doc
View Source
DV_E_LINDEX
Declaration
public const int DV_E_LINDEX = -2147221400
Field Value
|
Improve this Doc
View Source
DV_E_NOIVIEWOBJECT
Object doesn't support IViewObject interface
Declaration
public const int DV_E_NOIVIEWOBJECT = -2147221395
Field Value
|
Improve this Doc
View Source
DV_E_STATDATA
Invalid STATDATA structure
Declaration
public const int DV_E_STATDATA = -2147221401
Field Value
|
Improve this Doc
View Source
DV_E_STGMEDIUM
Invalid STDGMEDIUM structure
Declaration
public const int DV_E_STGMEDIUM = -2147221402
Field Value
|
Improve this Doc
View Source
DV_E_TYMED
Declaration
public const int DV_E_TYMED = -2147221399
Field Value
|
Improve this Doc
View Source
DWM_E_ADAPTER_NOT_FOUND
{The adapter specified by the LUID is not found}
DWM can not find the adapter specified by the LUID.
Declaration
public const int DWM_E_ADAPTER_NOT_FOUND = -2144980987
Field Value
|
Improve this Doc
View Source
DWM_E_COMPOSITIONDISABLED
{Desktop composition is disabled}
The operation could not be completed because desktop composition is disabled.
Declaration
public const int DWM_E_COMPOSITIONDISABLED = -2144980991
Field Value
|
Improve this Doc
View Source
DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE
{No DWM redirection surface is available}
The DWM was unable to provide a redireciton surface to complete the DirectX present.
Declaration
public const int DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE = -2144980989
Field Value
|
Improve this Doc
View Source
DWM_E_NOT_QUEUING_PRESENTS
{DWM is not queuing presents for the specified window}
The window specified is not currently using queued presents.
Declaration
public const int DWM_E_NOT_QUEUING_PRESENTS = -2144980988
Field Value
|
Improve this Doc
View Source
DWM_E_REMOTING_NOT_SUPPORTED
{Some desktop composition APIs are not supported while remoting}
The operation is not supported while running in a remote session.
Declaration
public const int DWM_E_REMOTING_NOT_SUPPORTED = -2144980990
Field Value
|
Improve this Doc
View Source
DWM_E_TEXTURE_TOO_LARGE
{Redirection surface can not be created. The size of the surface is larger than what is supported on this machine}
Redirection surface can not be created. The size of the surface is larger than what is supported on this machine.
Declaration
public const int DWM_E_TEXTURE_TOO_LARGE = -2144980985
Field Value
|
Improve this Doc
View Source
DWM_S_GDI_REDIRECTION_SURFACE
{GDI redirection surface was returned}
GDI redirection surface of the top level window was returned.
Declaration
public const int DWM_S_GDI_REDIRECTION_SURFACE = 2502661
Field Value
|
Improve this Doc
View Source
DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI
{GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI}
GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI.
Declaration
public const int DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI = 2502664
Field Value
|
Improve this Doc
View Source
DWMERR_CATASTROPHIC_FAILURE
DWMERR_CATASTROPHIC_FAILURE
Declaration
public const int DWMERR_CATASTROPHIC_FAILURE = -2003302654
Field Value
|
Improve this Doc
View Source
DWMERR_STATE_TRANSITION_FAILED
DWMERR_STATE_TRANSITION_FAILED
Declaration
public const int DWMERR_STATE_TRANSITION_FAILED = -2003302656
Field Value
|
Improve this Doc
View Source
DWMERR_THEME_FAILED
Declaration
public const int DWMERR_THEME_FAILED = -2003302655
Field Value
|
Improve this Doc
View Source
DWRITE_E_ALREADYREGISTERED
The given interface is already registered.
Declaration
public const int DWRITE_E_ALREADYREGISTERED = -2003283962
Field Value
|
Improve this Doc
View Source
The font cache contains invalid data.
Declaration
public const int DWRITE_E_CACHEFORMAT = -2003283961
Field Value
|
Improve this Doc
View Source
DWRITE_E_CACHEVERSION
A font cache file corresponds to a different version of DirectWrite.
Declaration
public const int DWRITE_E_CACHEVERSION = -2003283960
Field Value
|
Improve this Doc
View Source
DWRITE_E_DOWNLOADCANCELLED
A font download was canceled.
Declaration
public const int DWRITE_E_DOWNLOADCANCELLED = -2003283954
Field Value
|
Improve this Doc
View Source
DWRITE_E_DOWNLOADFAILED
Declaration
public const int DWRITE_E_DOWNLOADFAILED = -2003283953
Field Value
|
Improve this Doc
View Source
DWRITE_E_FILEACCESS
A font file exists but could not be opened due to access denied, sharing violation, or similar error.
Declaration
public const int DWRITE_E_FILEACCESS = -2003283964
Field Value
|
Improve this Doc
View Source
Indicates an error in an input file such as a font file.
Declaration
public const int DWRITE_E_FILEFORMAT = -2003283968
Field Value
|
Improve this Doc
View Source
DWRITE_E_FILENOTFOUND
A font file could not be opened because the file, directory, network location, drive, or other storage location does not exist or is unavailable.
Declaration
public const int DWRITE_E_FILENOTFOUND = -2003283965
Field Value
|
Improve this Doc
View Source
DWRITE_E_FLOWDIRECTIONCONFLICTS
The flow direction conflicts with the reading direction. They must be perpendicular to each other.
Declaration
public const int DWRITE_E_FLOWDIRECTIONCONFLICTS = -2003283957
Field Value
|
Improve this Doc
View Source
DWRITE_E_FONTCOLLECTIONOBSOLETE
A font collection is obsolete due to changes in the system.
Declaration
public const int DWRITE_E_FONTCOLLECTIONOBSOLETE = -2003283963
Field Value
|
Improve this Doc
View Source
DWRITE_E_NOCOLOR
The font or glyph run does not contain any colored glyphs.
Declaration
public const int DWRITE_E_NOCOLOR = -2003283956
Field Value
|
Improve this Doc
View Source
DWRITE_E_NOFONT
Indicates the specified font does not exist.
Declaration
public const int DWRITE_E_NOFONT = -2003283966
Field Value
|
Improve this Doc
View Source
DWRITE_E_REMOTEFONT
A font resource could not be accessed because it is remote.
Declaration
public const int DWRITE_E_REMOTEFONT = -2003283955
Field Value
|
Improve this Doc
View Source
DWRITE_E_TEXTRENDERERINCOMPATIBLE
The version of the text renderer interface is not compatible.
Declaration
public const int DWRITE_E_TEXTRENDERERINCOMPATIBLE = -2003283958
Field Value
|
Improve this Doc
View Source
DWRITE_E_TOOMANYDOWNLOADS
A font download request was not added or a download failed because there are too many active downloads.
Declaration
public const int DWRITE_E_TOOMANYDOWNLOADS = -2003283952
Field Value
|
Improve this Doc
View Source
DWRITE_E_UNEXPECTED
Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from.
Declaration
public const int DWRITE_E_UNEXPECTED = -2003283967
Field Value
|
Improve this Doc
View Source
DWRITE_E_UNSUPPORTEDOPERATION
The operation is not supported for this type of font.
Declaration
public const int DWRITE_E_UNSUPPORTEDOPERATION = -2003283959
Field Value
|
Improve this Doc
View Source
DXGI_DDI_ERR_NONEXCLUSIVE
The GPU counter was in use by another process or d3d device when application requested access to it.
Declaration
public const int DXGI_DDI_ERR_NONEXCLUSIVE = -2005204989
Field Value
|
Improve this Doc
View Source
DXGI_DDI_ERR_UNSUPPORTED
The driver has rejected the creation of this resource.
Declaration
public const int DXGI_DDI_ERR_UNSUPPORTED = -2005204990
Field Value
|
Improve this Doc
View Source
DXGI_DDI_ERR_WASSTILLDRAWING
The GPU was busy when the operation was requested.
Declaration
public const int DXGI_DDI_ERR_WASSTILLDRAWING = -2005204991
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_ACCESS_DENIED
The application is trying to use a resource to which it does not have the required access privileges.
This is most commonly caused by writing to a shared resource with read-only access.
Declaration
public const int DXGI_ERROR_ACCESS_DENIED = -2005270485
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_ACCESS_LOST
The keyed mutex was abandoned.
Declaration
public const int DXGI_ERROR_ACCESS_LOST = -2005270490
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_ALREADY_EXISTS
The desired element already exists.
Declaration
public const int DXGI_ERROR_ALREADY_EXISTS = -2005270474
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_CACHE_CORRUPT
The cache is corrupt and either could not be opened or could not be reset.
Declaration
public const int DXGI_ERROR_CACHE_CORRUPT = -2005270477
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_CACHE_FULL
This entry would cause the cache to exceed its quota. On a load operation, this may indicate exceeding the maximum in-memory size.
Declaration
public const int DXGI_ERROR_CACHE_FULL = -2005270476
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_CACHE_HASH_COLLISION
A cache entry was found, but the key provided does not match the key stored in the entry.
Declaration
public const int DXGI_ERROR_CACHE_HASH_COLLISION = -2005270475
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_CANNOT_PROTECT_CONTENT
DXGI is unable to provide content protection on the swapchain. This is typically caused by an older driver,
or by the application using a swapchain that is incompatible with content protection.
Declaration
public const int DXGI_ERROR_CANNOT_PROTECT_CONTENT = -2005270486
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_DEVICE_HUNG
The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
Declaration
public const int DXGI_ERROR_DEVICE_HUNG = -2005270522
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_DEVICE_REMOVED
The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
Declaration
public const int DXGI_ERROR_DEVICE_REMOVED = -2005270523
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_DEVICE_RESET
The GPU will not respond to more commands, most likely because some other application submitted invalid commands.
The calling application should re-create the device and continue.
Declaration
public const int DXGI_ERROR_DEVICE_RESET = -2005270521
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_DRIVER_INTERNAL_ERROR
An internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect,
and the application should not continue.
Declaration
public const int DXGI_ERROR_DRIVER_INTERNAL_ERROR = -2005270496
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION
Creating this device would violate the process's dynamic code policy.
Declaration
public const int DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION = -2005270479
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_FRAME_STATISTICS_DISJOINT
An event (such as power cycle) interrupted the gathering of presentation statistics. Any previous statistics should be
considered invalid.
Declaration
public const int DXGI_ERROR_FRAME_STATISTICS_DISJOINT = -2005270517
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE
Fullscreen mode could not be achieved because the specified output was already in use.
Declaration
public const int DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE = -2005270516
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY
Insufficient HW protected memory exits for proper function.
Declaration
public const int DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY = -2005270480
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_INVALID_CALL
The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect.
Enable the D3D debug layer in order to see details via debug messages.
Declaration
public const int DXGI_ERROR_INVALID_CALL = -2005270527
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_MODE_CHANGE_IN_PROGRESS
An on-going mode change prevented completion of the call. The call may succeed if attempted later.
Declaration
public const int DXGI_ERROR_MODE_CHANGE_IN_PROGRESS = -2005270491
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_MORE_DATA
The caller did not supply a sufficiently large buffer.
Declaration
public const int DXGI_ERROR_MORE_DATA = -2005270525
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_NAME_ALREADY_EXISTS
The application is trying to create a shared handle using a name that is already associated with some other resource.
Declaration
public const int DXGI_ERROR_NAME_ALREADY_EXISTS = -2005270484
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_NON_COMPOSITED_UI
The operation failed because the compositor is not in control of the output.
Declaration
public const int DXGI_ERROR_NON_COMPOSITED_UI = -2005270478
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_NONEXCLUSIVE
A global counter resource was in use, and the specified counter cannot be used by this Direct3D device at this time.
Declaration
public const int DXGI_ERROR_NONEXCLUSIVE = -2005270495
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_NOT_CURRENT
The DXGI objects that the application has created are no longer current & need to be recreated for this operation to be performed.
Declaration
public const int DXGI_ERROR_NOT_CURRENT = -2005270482
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_NOT_CURRENTLY_AVAILABLE
A resource is not available at the time of the call, but may become available later.
Declaration
public const int DXGI_ERROR_NOT_CURRENTLY_AVAILABLE = -2005270494
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_NOT_FOUND
The object was not found. If calling IDXGIFactory::EnumAdaptes, there is no adapter with the specified ordinal.
Declaration
public const int DXGI_ERROR_NOT_FOUND = -2005270526
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED
The application's remote device has been removed due to session disconnect or network disconnect.
The application should call IDXGIFactory1::IsCurrent to find out when the remote device becomes available again.
Declaration
public const int DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED = -2005270493
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_REMOTE_OUTOFMEMORY
The device has been removed during a remote session because the remote computer ran out of memory.
Declaration
public const int DXGI_ERROR_REMOTE_OUTOFMEMORY = -2005270492
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE
The DXGI outuput (monitor) to which the swapchain content was restricted, has been disconnected or changed.
Declaration
public const int DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE = -2005270487
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_SDK_COMPONENT_MISSING
The application requested an operation that depends on an SDK component that is missing or mismatched.
Declaration
public const int DXGI_ERROR_SDK_COMPONENT_MISSING = -2005270483
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_SESSION_DISCONNECTED
The output duplication has been turned off because the Windows session ended or was disconnected.
This happens when a remote user disconnects, or when "switch user" is used locally.
Declaration
public const int DXGI_ERROR_SESSION_DISCONNECTED = -2005270488
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_UNSUPPORTED
The specified device interface or feature level is not supported on this system.
Declaration
public const int DXGI_ERROR_UNSUPPORTED = -2005270524
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_WAIT_TIMEOUT
The timeout value has elapsed and the resource is not yet available.
Declaration
public const int DXGI_ERROR_WAIT_TIMEOUT = -2005270489
Field Value
|
Improve this Doc
View Source
DXGI_ERROR_WAS_STILL_DRAWING
The GPU was busy at the moment when the call was made, and the call was neither executed nor scheduled.
Declaration
public const int DXGI_ERROR_WAS_STILL_DRAWING = -2005270518
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_CLIPPED
The Present operation was partially invisible to the user.
Declaration
public const int DXGI_STATUS_CLIPPED = 142213122
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_DDA_WAS_STILL_DRAWING
The adapter did not have access to the required resources to complete the Desktop Duplication Present() call, the Present() call needs to be made again
Declaration
public const int DXGI_STATUS_DDA_WAS_STILL_DRAWING = 142213130
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE
The Present operation was not visible because the target monitor was being used for some other purpose.
Declaration
public const int DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE = 142213126
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_MODE_CHANGE_IN_PROGRESS
The Present operation was not visible because another Direct3D device was attempting to take fullscreen mode at the time.
Declaration
public const int DXGI_STATUS_MODE_CHANGE_IN_PROGRESS = 142213128
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_MODE_CHANGED
The Present operation was not visible because the display mode changed. DXGI will have re-attempted the presentation.
Declaration
public const int DXGI_STATUS_MODE_CHANGED = 142213127
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_NO_DESKTOP_ACCESS
The Present operation was not visible because the Windows session has switched to another desktop (for example, ctrl-alt-del).
Declaration
public const int DXGI_STATUS_NO_DESKTOP_ACCESS = 142213125
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_NO_REDIRECTION
The driver is requesting that the DXGI runtime not use shared resources to communicate with the Desktop Window Manager.
Declaration
public const int DXGI_STATUS_NO_REDIRECTION = 142213124
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_OCCLUDED
The Present operation was invisible to the user.
Declaration
public const int DXGI_STATUS_OCCLUDED = 142213121
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_PRESENT_REQUIRED
The present succeeded but the caller should present again on the next V-sync, even if there are no changes to the content.
Declaration
public const int DXGI_STATUS_PRESENT_REQUIRED = 142213167
Field Value
|
Improve this Doc
View Source
DXGI_STATUS_UNOCCLUDED
The swapchain has become unoccluded.
Declaration
public const int DXGI_STATUS_UNOCCLUDED = 142213129
Field Value
|
Improve this Doc
View Source
E_ABORT
Declaration
public const int E_ABORT = -2147467260
Field Value
|
Improve this Doc
View Source
E_ACCESSDENIED
General access denied error
Declaration
public const int E_ACCESSDENIED = -2147024891
Field Value
|
Improve this Doc
View Source
E_APPLICATION_ACTIVATION_EXEC_FAILURE
Declaration
public const int E_APPLICATION_ACTIVATION_EXEC_FAILURE = -2144927141
Field Value
|
Improve this Doc
View Source
E_APPLICATION_ACTIVATION_TIMED_OUT
The app didn't start in the required time.
Declaration
public const int E_APPLICATION_ACTIVATION_TIMED_OUT = -2144927142
Field Value
|
Improve this Doc
View Source
E_APPLICATION_EXITING
The application is exiting and cannot service this request
Declaration
public const int E_APPLICATION_EXITING = -2147483622
Field Value
|
Improve this Doc
View Source
E_APPLICATION_MANAGER_NOT_RUNNING
The app manager is required to activate applications, but is not running.
Declaration
public const int E_APPLICATION_MANAGER_NOT_RUNNING = -2144927145
Field Value
|
Improve this Doc
View Source
E_APPLICATION_NOT_REGISTERED
This app does not support the contract specified or is not installed.
Declaration
public const int E_APPLICATION_NOT_REGISTERED = -2144927148
Field Value
|
Improve this Doc
View Source
E_APPLICATION_TEMPORARY_LICENSE_ERROR
This app failed to launch because of an issue with its license. Please try again in a moment.
Declaration
public const int E_APPLICATION_TEMPORARY_LICENSE_ERROR = -2144927140
Field Value
|
Improve this Doc
View Source
E_APPLICATION_TRIAL_LICENSE_EXPIRED
This app failed to launch because its trial license has expired.
Declaration
public const int E_APPLICATION_TRIAL_LICENSE_EXPIRED = -2144927139
Field Value
|
Improve this Doc
View Source
E_APPLICATION_VIEW_EXITING
The application view is exiting and cannot service this request
Declaration
public const int E_APPLICATION_VIEW_EXITING = -2147483621
Field Value
|
Improve this Doc
View Source
E_ASYNC_OPERATION_NOT_STARTED
An async operation was not properly started.
Declaration
public const int E_ASYNC_OPERATION_NOT_STARTED = -2147483623
Field Value
|
Improve this Doc
View Source
E_AUDIO_ENGINE_NODE_NOT_FOUND
PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode.
Declaration
public const int E_AUDIO_ENGINE_NODE_NOT_FOUND = -2140798975
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND
No attribute found within the given attribute handle range.
Declaration
public const int E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND = -2140864502
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG
The attribute cannot be read or written using the Read Blob Request.
Declaration
public const int E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG = -2140864501
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION
The attribute requires authentication before it can be read or written.
Declaration
public const int E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION = -2140864507
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION
The attribute requires authorization before it can be read or written.
Declaration
public const int E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION = -2140864504
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION
The attribute requires encryption before it can be read or written.
Declaration
public const int E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION = -2140864497
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE
The Encryption Key Size used for encrypting this link is insufficient.
Declaration
public const int E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE = -2140864500
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES
Insufficient Resources to complete the request.
Declaration
public const int E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES = -2140864495
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH
The attribute value length is invalid for the operation.
Declaration
public const int E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH = -2140864499
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INVALID_HANDLE
The attribute handle given was not valid on this server.
Declaration
public const int E_BLUETOOTH_ATT_INVALID_HANDLE = -2140864511
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INVALID_OFFSET
Offset specified was past the end of the attribute.
Declaration
public const int E_BLUETOOTH_ATT_INVALID_OFFSET = -2140864505
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_INVALID_PDU
The attribute PDU was invalid.
Declaration
public const int E_BLUETOOTH_ATT_INVALID_PDU = -2140864508
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL
Too many prepare writes have been queued.
Declaration
public const int E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL = -2140864503
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_READ_NOT_PERMITTED
The attribute cannot be read.
Declaration
public const int E_BLUETOOTH_ATT_READ_NOT_PERMITTED = -2140864510
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED
Attribute server does not support the request received from the client.
Declaration
public const int E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED = -2140864506
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_UNKNOWN_ERROR
An error that lies in the reserved range has been received.
Declaration
public const int E_BLUETOOTH_ATT_UNKNOWN_ERROR = -2140860416
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_UNLIKELY
The attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
Declaration
public const int E_BLUETOOTH_ATT_UNLIKELY = -2140864498
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE
The attribute type is not a supported grouping attribute as defined by a higher layer specification.
Declaration
public const int E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE = -2140864496
Field Value
|
Improve this Doc
View Source
E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED
The attribute cannot be written.
Declaration
public const int E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED = -2140864509
Field Value
|
Improve this Doc
View Source
E_BOUNDS
The operation attempted to access data outside the valid range
Declaration
public const int E_BOUNDS = -2147483637
Field Value
|
Improve this Doc
View Source
E_CHANGED_STATE
A concurrent or interleaved operation changed the state of the object, invalidating this operation.
Declaration
public const int E_CHANGED_STATE = -2147483636
Field Value
|
Improve this Doc
View Source
E_ELEVATED_ACTIVATION_NOT_SUPPORTED
This app can't be activated from an elevated context.
Declaration
public const int E_ELEVATED_ACTIVATION_NOT_SUPPORTED = -2144927151
Field Value
|
Improve this Doc
View Source
E_FAIL
Declaration
public const int E_FAIL = -2147467259
Field Value
|
Improve this Doc
View Source
E_FULL_ADMIN_NOT_SUPPORTED
This app can't be activated by the Built-in Administrator.
Declaration
public const int E_FULL_ADMIN_NOT_SUPPORTED = -2144927149
Field Value
|
Improve this Doc
View Source
E_HANDLE
Declaration
public const int E_HANDLE = -2147024890
Field Value
|
Improve this Doc
View Source
E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED
HD Audio widget does not support the connection list parameter.
Declaration
public const int E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED = -2140798973
Field Value
|
Improve this Doc
View Source
E_HDAUDIO_EMPTY_CONNECTION_LIST
HD Audio widget encountered an unexpected empty connection list.
Declaration
public const int E_HDAUDIO_EMPTY_CONNECTION_LIST = -2140798974
Field Value
|
Improve this Doc
View Source
E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED
No HD Audio subdevices were successfully created.
Declaration
public const int E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED = -2140798972
Field Value
|
Improve this Doc
View Source
E_HDAUDIO_NULL_LINKED_LIST_ENTRY
An unexpected NULL pointer was encountered in a linked list.
Declaration
public const int E_HDAUDIO_NULL_LINKED_LIST_ENTRY = -2140798971
Field Value
|
Improve this Doc
View Source
E_ILLEGAL_DELEGATE_ASSIGNMENT
A delegate was assigned when not allowed.
Declaration
public const int E_ILLEGAL_DELEGATE_ASSIGNMENT = -2147483624
Field Value
|
Improve this Doc
View Source
E_ILLEGAL_METHOD_CALL
A method was called at an unexpected time.
Declaration
public const int E_ILLEGAL_METHOD_CALL = -2147483634
Field Value
|
Improve this Doc
View Source
E_ILLEGAL_STATE_CHANGE
An illegal state change was requested.
Declaration
public const int E_ILLEGAL_STATE_CHANGE = -2147483635
Field Value
|
Improve this Doc
View Source
Invalid data format for the specific protocol operation.
Declaration
public const int E_INVALID_PROTOCOL_FORMAT = -2089418750
Field Value
|
Improve this Doc
View Source
E_INVALID_PROTOCOL_OPERATION
Invalid operation performed by the protocol.
Declaration
public const int E_INVALID_PROTOCOL_OPERATION = -2089418751
Field Value
|
Improve this Doc
View Source
E_INVALIDARG
One or more arguments are invalid
Declaration
public const int E_INVALIDARG = -2147024809
Field Value
|
Improve this Doc
View Source
E_MBN_BAD_SIM
Declaration
public const int E_MBN_BAD_SIM = -2141945342
Field Value
|
Improve this Doc
View Source
E_MBN_CONTEXT_NOT_ACTIVATED
Context is not activated.
Declaration
public const int E_MBN_CONTEXT_NOT_ACTIVATED = -2141945343
Field Value
|
Improve this Doc
View Source
E_MBN_DATA_CLASS_NOT_AVAILABLE
Requested data class is not avaialable.
Declaration
public const int E_MBN_DATA_CLASS_NOT_AVAILABLE = -2141945341
Field Value
|
Improve this Doc
View Source
E_MBN_DEFAULT_PROFILE_EXIST
Declaration
public const int E_MBN_DEFAULT_PROFILE_EXIST = -2141945319
Field Value
|
Improve this Doc
View Source
E_MBN_FAILURE
Declaration
public const int E_MBN_FAILURE = -2141945326
Field Value
|
Improve this Doc
View Source
E_MBN_INVALID_ACCESS_STRING
Access point name (APN) or Access string is incorrect.
Declaration
public const int E_MBN_INVALID_ACCESS_STRING = -2141945340
Field Value
|
Improve this Doc
View Source
E_MBN_INVALID_CACHE
Visible provider cache is invalid.
Declaration
public const int E_MBN_INVALID_CACHE = -2141945332
Field Value
|
Improve this Doc
View Source
E_MBN_INVALID_PROFILE
Declaration
public const int E_MBN_INVALID_PROFILE = -2141945320
Field Value
|
Improve this Doc
View Source
E_MBN_MAX_ACTIVATED_CONTEXTS
Max activated contexts have reached.
Declaration
public const int E_MBN_MAX_ACTIVATED_CONTEXTS = -2141945339
Field Value
|
Improve this Doc
View Source
E_MBN_NOT_REGISTERED
Device is not registered.
Declaration
public const int E_MBN_NOT_REGISTERED = -2141945331
Field Value
|
Improve this Doc
View Source
E_MBN_PACKET_SVC_DETACHED
Device is in packet detach state.
Declaration
public const int E_MBN_PACKET_SVC_DETACHED = -2141945338
Field Value
|
Improve this Doc
View Source
E_MBN_PIN_DISABLED
Declaration
public const int E_MBN_PIN_DISABLED = -2141945327
Field Value
|
Improve this Doc
View Source
E_MBN_PIN_NOT_SUPPORTED
Declaration
public const int E_MBN_PIN_NOT_SUPPORTED = -2141945329
Field Value
|
Improve this Doc
View Source
E_MBN_PIN_REQUIRED
Declaration
public const int E_MBN_PIN_REQUIRED = -2141945328
Field Value
|
Improve this Doc
View Source
E_MBN_PROVIDER_NOT_VISIBLE
Declaration
public const int E_MBN_PROVIDER_NOT_VISIBLE = -2141945337
Field Value
|
Improve this Doc
View Source
E_MBN_PROVIDERS_NOT_FOUND
Declaration
public const int E_MBN_PROVIDERS_NOT_FOUND = -2141945330
Field Value
|
Improve this Doc
View Source
E_MBN_RADIO_POWER_OFF
Declaration
public const int E_MBN_RADIO_POWER_OFF = -2141945336
Field Value
|
Improve this Doc
View Source
E_MBN_SERVICE_NOT_ACTIVATED
MBN subscription is not activated.
Declaration
public const int E_MBN_SERVICE_NOT_ACTIVATED = -2141945335
Field Value
|
Improve this Doc
View Source
E_MBN_SIM_NOT_INSERTED
Declaration
public const int E_MBN_SIM_NOT_INSERTED = -2141945334
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_ENCODING_NOT_SUPPORTED
SMS encoding is not supported.
Declaration
public const int E_MBN_SMS_ENCODING_NOT_SUPPORTED = -2141945312
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_FILTER_NOT_SUPPORTED
SMS filter is not supported.
Declaration
public const int E_MBN_SMS_FILTER_NOT_SUPPORTED = -2141945311
Field Value
|
Improve this Doc
View Source
SMS format is not supported.
Declaration
public const int E_MBN_SMS_FORMAT_NOT_SUPPORTED = -2141945305
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_INVALID_MEMORY_INDEX
Invalid SMS memory index is used.
Declaration
public const int E_MBN_SMS_INVALID_MEMORY_INDEX = -2141945310
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_LANG_NOT_SUPPORTED
SMS language is not supported.
Declaration
public const int E_MBN_SMS_LANG_NOT_SUPPORTED = -2141945309
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_MEMORY_FAILURE
SMS memory failure occurred.
Declaration
public const int E_MBN_SMS_MEMORY_FAILURE = -2141945308
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_MEMORY_FULL
Device SMS memory is full.
Declaration
public const int E_MBN_SMS_MEMORY_FULL = -2141945303
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_NETWORK_TIMEOUT
SMS network timeout happened.
Declaration
public const int E_MBN_SMS_NETWORK_TIMEOUT = -2141945307
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_OPERATION_NOT_ALLOWED
SMS operation is not allowed.
Declaration
public const int E_MBN_SMS_OPERATION_NOT_ALLOWED = -2141945304
Field Value
|
Improve this Doc
View Source
E_MBN_SMS_UNKNOWN_SMSC_ADDRESS
Unknown SMSC address is used.
Declaration
public const int E_MBN_SMS_UNKNOWN_SMSC_ADDRESS = -2141945306
Field Value
|
Improve this Doc
View Source
E_MBN_VOICE_CALL_IN_PROGRESS
Declaration
public const int E_MBN_VOICE_CALL_IN_PROGRESS = -2141945333
Field Value
|
Improve this Doc
View Source
E_MONITOR_RESOLUTION_TOO_LOW
This app can't start because the screen resolution is below 1024x768. Choose a higher screen resolution and then try again.
Declaration
public const int E_MONITOR_RESOLUTION_TOO_LOW = -2144927152
Field Value
|
Improve this Doc
View Source
E_MULTIPLE_EXTENSIONS_FOR_APPLICATION
This app has mulitple extensions registered to support the specified contract. Activation by AppUserModelId is ambiguous.
Declaration
public const int E_MULTIPLE_EXTENSIONS_FOR_APPLICATION = -2144927147
Field Value
|
Improve this Doc
View Source
E_MULTIPLE_PACKAGES_FOR_FAMILY
This app's package family has more than one package installed. This is not supported.
Declaration
public const int E_MULTIPLE_PACKAGES_FOR_FAMILY = -2144927146
Field Value
|
Improve this Doc
View Source
E_NOINTERFACE
No such interface supported
Declaration
public const int E_NOINTERFACE = -2147467262
Field Value
|
Improve this Doc
View Source
E_NOT_SET
Declaration
public static readonly int E_NOT_SET
Field Value
|
Improve this Doc
View Source
E_NOT_SUFFICIENT_BUFFER
Declaration
public static readonly int E_NOT_SUFFICIENT_BUFFER
Field Value
|
Improve this Doc
View Source
E_NOT_VALID_STATE
Declaration
public static readonly int E_NOT_VALID_STATE
Field Value
|
Improve this Doc
View Source
E_NOTIMPL
Declaration
public const int E_NOTIMPL = -2147467263
Field Value
|
Improve this Doc
View Source
E_OUTOFMEMORY
Declaration
public const int E_OUTOFMEMORY = -2147024882
Field Value
|
Improve this Doc
View Source
E_PENDING
The data necessary to complete this operation is not yet available.
Declaration
public const int E_PENDING = -2147483638
Field Value
|
Improve this Doc
View Source
E_POINTER
Declaration
public const int E_POINTER = -2147467261
Field Value
|
Improve this Doc
View Source
E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED
Protocol extensions are not supported.
Declaration
public const int E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED = -2089418749
Field Value
|
Improve this Doc
View Source
E_PROTOCOL_VERSION_NOT_SUPPORTED
Incorrect protocol version.
Declaration
public const int E_PROTOCOL_VERSION_NOT_SUPPORTED = -2089418747
Field Value
|
Improve this Doc
View Source
E_SKYDRIVE_FILE_NOT_UPLOADED
Sorry, the action couldn't be completed because the file hasn't finished uploading. Try again later.
Declaration
public const int E_SKYDRIVE_FILE_NOT_UPLOADED = -2144927133
Field Value
|
Improve this Doc
View Source
E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX
This location cannot be indexed. Please choose a different location.
Declaration
public const int E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX = -2144927134
Field Value
|
Improve this Doc
View Source
E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED
Please choose a folder on a drive that's formatted with the NTFS file system.
Declaration
public const int E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED = -2144927136
Field Value
|
Improve this Doc
View Source
E_SKYDRIVE_ROOT_TARGET_OVERLAP
This location is already being used. Please choose a different location.
Declaration
public const int E_SKYDRIVE_ROOT_TARGET_OVERLAP = -2144927135
Field Value
|
Improve this Doc
View Source
E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED
This content can only be moved to a folder. To move the content to this drive, please choose or create a folder.
Declaration
public const int E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED = -2144927131
Field Value
|
Improve this Doc
View Source
E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL
Sorry, the action couldn't be completed.
Declaration
public const int E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL = -2144927132
Field Value
|
Improve this Doc
View Source
E_STRING_NOT_NULL_TERMINATED
String not null terminated.
Declaration
public const int E_STRING_NOT_NULL_TERMINATED = -2147483625
Field Value
|
Improve this Doc
View Source
E_SUBPROTOCOL_NOT_SUPPORTED
Subrotocol is not supported.
Declaration
public const int E_SUBPROTOCOL_NOT_SUPPORTED = -2089418748
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_CLIENT_UPDATE_NEEDED
Updates are needed in order to use the sync engine.
Declaration
public const int E_SYNCENGINE_CLIENT_UPDATE_NEEDED = -2013081594
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN
We can't seem to find that file. Please try again later.
Declaration
public const int E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN = -2013085694
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA
The file cannot be uploaded because it doesn't fit in the user's available service provided storage space.
Declaration
public const int E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA = -2013089790
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FILE_SIZE_OVER_LIMIT
The file size is larger than supported by the sync engine.
Declaration
public const int E_SYNCENGINE_FILE_SIZE_OVER_LIMIT = -2013089791
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR
The file sync has been delegated to another program and has run into an issue.
Declaration
public const int E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR = -2013089787
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FOLDER_IN_REDIRECTION
The action can't be performed right now because this folder is being moved. Please try again later.
Declaration
public const int E_SYNCENGINE_FOLDER_IN_REDIRECTION = -2013081589
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FOLDER_INACCESSIBLE
The sync engine does not have permissions to access a local folder under the sync root.
Declaration
public const int E_SYNCENGINE_FOLDER_INACCESSIBLE = -2013081599
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED
The maximum file count has been reached for this folder in the sync engine.
Declaration
public const int E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED = -2013089788
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED
All files and folders can't be uploaded because a path of a file or folder is too long.
Declaration
public const int E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED = -2013081596
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED
The sync engine needs to authenticate with a proxy server.
Declaration
public const int E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED = -2013081593
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED
All file and folders cannot be synchronized because a path of a file or folder would exceed the local path limit.
Declaration
public const int E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED = -2013081595
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE
We're having trouble downloading the file right now. Please try again later.
Declaration
public const int E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE = -2013085690
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR
We're having trouble downloading the file right now. Please try again later.
Declaration
public const int E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR = -2013085689
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED
The account you're signed in with doesn't have permission to open this file.
Declaration
public const int E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED = -2013085693
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE
Sorry, there was a problem downloading the file.
Declaration
public const int E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE = -2013085691
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_STORAGE_SERVICE_BLOCKED
The service has blocked your account from accessing the storage service.
Declaration
public const int E_SYNCENGINE_STORAGE_SERVICE_BLOCKED = -2013081590
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED
There was a problem setting up the storage services for the account.
Declaration
public const int E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED = -2013081592
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE
Sync has been delayed due to a throttling request from the service.
Declaration
public const int E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE = -2013089786
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_UNKNOWN_SERVICE_ERROR
There was a problem connecting to the service. Please try again later.
Declaration
public const int E_SYNCENGINE_UNKNOWN_SERVICE_ERROR = -2013085692
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_UNSUPPORTED_FILE_NAME
The file name contains invalid characters.
Declaration
public const int E_SYNCENGINE_UNSUPPORTED_FILE_NAME = -2013089789
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME
The folder name contains invalid characters.
Declaration
public const int E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME = -2013081598
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_UNSUPPORTED_MARKET
The sync engine is not allowed to run in your current market.
Declaration
public const int E_SYNCENGINE_UNSUPPORTED_MARKET = -2013081597
Field Value
|
Improve this Doc
View Source
E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT
Files can't be uploaded because there's an unsupported reparse point.
Declaration
public const int E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT = -2013081591
Field Value
|
Improve this Doc
View Source
E_UAC_DISABLED
This app can't be activated when UAC is disabled.
Declaration
public const int E_UAC_DISABLED = -2144927150
Field Value
|
Improve this Doc
View Source
E_UNEXPECTED
Declaration
public const int E_UNEXPECTED = -2147418113
Field Value
|
Improve this Doc
View Source
EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD
One or more admins are not allowed to change their password.
Declaration
public const int EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD = -2141913080
Field Value
|
Improve this Doc
View Source
EAS_E_ADMINS_HAVE_BLANK_PASSWORD
EAS password policies cannot be evaluated as one or more admins have blank passwords.
Declaration
public const int EAS_E_ADMINS_HAVE_BLANK_PASSWORD = -2141913081
Field Value
|
Improve this Doc
View Source
EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD
There is at least one administrator whose connected account password needs to be changed for EAS password policy compliance.
Declaration
public const int EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD = -2141913077
Field Value
|
Improve this Doc
View Source
EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD
The connected account password of the current user needs to be changed for EAS password policy compliance.
Declaration
public const int EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD = -2141913075
Field Value
|
Improve this Doc
View Source
EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD
EAS password policies for the user cannot be evaluated as the user has a blank password.
Declaration
public const int EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD = -2141913084
Field Value
|
Improve this Doc
View Source
EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD
There are other standard users present who are not allowed to change their password.
Declaration
public const int EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD = -2141913079
Field Value
|
Improve this Doc
View Source
EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS
The EAS password policy cannot be enforced by the connected account provider of at least one administrator.
Declaration
public const int EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS = -2141913078
Field Value
|
Improve this Doc
View Source
EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER
The EAS password policy cannot be enforced by the connected account provider of the current user.
Declaration
public const int EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER = -2141913076
Field Value
|
Improve this Doc
View Source
EAS_E_POLICY_COMPLIANT_WITH_ACTIONS
The system can be made compliant to this EAS policy if certain actions are performed by the user.
Declaration
public const int EAS_E_POLICY_COMPLIANT_WITH_ACTIONS = -2141913086
Field Value
|
Improve this Doc
View Source
EAS_E_POLICY_NOT_MANAGED_BY_OS
Windows cannot evaluate this EAS policy since this is not managed by the operating system.
Declaration
public const int EAS_E_POLICY_NOT_MANAGED_BY_OS = -2141913087
Field Value
|
Improve this Doc
View Source
EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE
The EAS policy being evaluated cannot be enforced by the system.
Declaration
public const int EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE = -2141913085
Field Value
|
Improve this Doc
View Source
EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE
EAS password expiration policy cannot be satisfied as the password expiration interval is less than the minimum password interval of the system.
Declaration
public const int EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE = -2141913083
Field Value
|
Improve this Doc
View Source
EAS_E_USER_CANNOT_CHANGE_PASSWORD
The user is not allowed to change her password.
Declaration
public const int EAS_E_USER_CANNOT_CHANGE_PASSWORD = -2141913082
Field Value
|
Improve this Doc
View Source
ENUM_E_FIRST
Declaration
public const int ENUM_E_FIRST = -2147221072
Field Value
|
Improve this Doc
View Source
ENUM_E_LAST
Declaration
public const int ENUM_E_LAST = -2147221057
Field Value
|
Improve this Doc
View Source
ENUM_S_FIRST
Declaration
public const int ENUM_S_FIRST = 262576
Field Value
|
Improve this Doc
View Source
ENUM_S_LAST
Declaration
public const int ENUM_S_LAST = 262591
Field Value
|
Improve this Doc
View Source
ERROR_ALL_SIDS_FILTERED
The SID filtering operation removed all SIDs.
Declaration
public const int ERROR_ALL_SIDS_FILTERED = -1073151998
Field Value
|
Improve this Doc
View Source
ERROR_ATTRIBUTE_NOT_PRESENT
The requested attribute is not present on the specified file or directory.
Declaration
public const int ERROR_ATTRIBUTE_NOT_PRESENT = -2138898422
Field Value
|
Improve this Doc
View Source
ERROR_AUDITING_DISABLED
The specified event is currently not being audited.
Declaration
public const int ERROR_AUDITING_DISABLED = -1073151999
Field Value
|
Improve this Doc
View Source
ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED
Some BCD entries were not imported correctly from the BCD store.
Declaration
public const int ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED = -2143748095
Field Value
|
Improve this Doc
View Source
ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED
Some BCD entries were not synchronized correctly with the firmware.
Declaration
public const int ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED = -2143748093
Field Value
|
Improve this Doc
View Source
ERROR_BCD_TOO_MANY_ELEMENTS
Entries enumerated have exceeded the allowed threshold.
Declaration
public const int ERROR_BCD_TOO_MANY_ELEMENTS = -1070006270
Field Value
|
Improve this Doc
View Source
ERROR_BIZRULES_NOT_ENABLED
Business rule scripts are disabled for the calling application.
Declaration
public const int ERROR_BIZRULES_NOT_ENABLED = -1073151997
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_DEVICE_LICENSE_MISSING
CLiP device license not found.
Declaration
public const int ERROR_CLIP_DEVICE_LICENSE_MISSING = -1058406397
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID
CLiP keyholder license is invalid or missing.
Declaration
public const int ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID = -1058406395
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH
CLiP license device ID does not match the device ID in the bound device license.
Declaration
public const int ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH = -1058406390
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_EXPIRED
CLiP license has expired.
Declaration
public const int ERROR_CLIP_LICENSE_EXPIRED = -1058406394
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE
CLiP license hardware ID is out of tolerance.
Declaration
public const int ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE = -1058406391
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_INVALID_SIGNATURE
CLiP license has an invalid signature.
Declaration
public const int ERROR_CLIP_LICENSE_INVALID_SIGNATURE = -1058406396
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_NOT_FOUND
Declaration
public const int ERROR_CLIP_LICENSE_NOT_FOUND = -1058406398
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_NOT_SIGNED
CLiP license is not signed.
Declaration
public const int ERROR_CLIP_LICENSE_NOT_SIGNED = -1058406392
Field Value
|
Improve this Doc
View Source
ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE
CLiP license is signed by an unknown source.
Declaration
public const int ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE = -1058406393
Field Value
|
Improve this Doc
View Source
ERROR_CRED_REQUIRES_CONFIRMATION
The requested credential requires confirmation.
Declaration
public const int ERROR_CRED_REQUIRES_CONFIRMATION = -2146865127
Field Value
|
Improve this Doc
View Source
ERROR_CTLOG_INCONSISTENT_TRACKING_FILE
Change Tracking file for the virtual disk is not in a valid state.
Declaration
public const int ERROR_CTLOG_INCONSISTENT_TRACKING_FILE = -1069940700
Field Value
|
Improve this Doc
View Source
ERROR_CTLOG_INVALID_TRACKING_STATE
Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state.
Declaration
public const int ERROR_CTLOG_INVALID_TRACKING_STATE = -1069940701
Field Value
|
Improve this Doc
View Source
ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE
Size of change tracking file exceeded the maximum size limit.
Declaration
public const int ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE = -1069940703
Field Value
|
Improve this Doc
View Source
ERROR_CTLOG_TRACKING_NOT_INITIALIZED
Change Tracking is not initialized for this virtual disk.
Declaration
public const int ERROR_CTLOG_TRACKING_NOT_INITIALIZED = -1069940704
Field Value
|
Improve this Doc
View Source
ERROR_CTLOG_VHD_CHANGED_OFFLINE
VHD file is changed due to compaction, expansion, or offline updates.
Declaration
public const int ERROR_CTLOG_VHD_CHANGED_OFFLINE = -1069940702
Field Value
|
Improve this Doc
View Source
ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN
Could not attach to the application process from ARM architecture device.
Declaration
public const int ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN = -2135949310
Field Value
|
Improve this Doc
View Source
ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN
Could not connect to dbgsrv server from ARM architecture device.
Declaration
public const int ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN = -2135949309
Field Value
|
Improve this Doc
View Source
ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN
Could not create new process from ARM architecture device.
Declaration
public const int ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN = -2135949311
Field Value
|
Improve this Doc
View Source
ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN
Could not start dbgsrv server from ARM architecture device.
Declaration
public const int ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN = -2135949308
Field Value
|
Improve this Doc
View Source
ERROR_FLT_ALREADY_ENLISTED
The specified Transaction Context is already enlisted in a transaction
Declaration
public const int ERROR_FLT_ALREADY_ENLISTED = -2145452005
Field Value
|
Improve this Doc
View Source
ERROR_FLT_CBDQ_DISABLED
The callback data queue has been disabled.
Declaration
public const int ERROR_FLT_CBDQ_DISABLED = -2145452018
Field Value
|
Improve this Doc
View Source
ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND
No registered context allocation definition was found for the given request.
Declaration
public const int ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND = -2145452010
Field Value
|
Improve this Doc
View Source
ERROR_FLT_CONTEXT_ALREADY_DEFINED
A context is already defined for this object.
Declaration
public const int ERROR_FLT_CONTEXT_ALREADY_DEFINED = -2145452030
Field Value
|
Improve this Doc
View Source
ERROR_FLT_CONTEXT_ALREADY_LINKED
The specifiec context is already attached to another object
Declaration
public const int ERROR_FLT_CONTEXT_ALREADY_LINKED = -2145452004
Field Value
|
Improve this Doc
View Source
ERROR_FLT_DELETING_OBJECT
The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
Declaration
public const int ERROR_FLT_DELETING_OBJECT = -2145452021
Field Value
|
Improve this Doc
View Source
ERROR_FLT_DISALLOW_FAST_IO
Disallow the Fast IO path for this operation.
Declaration
public const int ERROR_FLT_DISALLOW_FAST_IO = -2145452028
Field Value
|
Improve this Doc
View Source
ERROR_FLT_DO_NOT_ATTACH
Do not attach the filter to the volume at this time.
Declaration
public const int ERROR_FLT_DO_NOT_ATTACH = -2145452017
Field Value
|
Improve this Doc
View Source
ERROR_FLT_DO_NOT_DETACH
Do not detach the filter from the volume at this time.
Declaration
public const int ERROR_FLT_DO_NOT_DETACH = -2145452016
Field Value
|
Improve this Doc
View Source
ERROR_FLT_DUPLICATE_ENTRY
A duplicate handler definition has been provided for an operation.
Declaration
public const int ERROR_FLT_DUPLICATE_ENTRY = -2145452019
Field Value
|
Improve this Doc
View Source
ERROR_FLT_FILTER_NOT_FOUND
The system could not find the filter specified.
Declaration
public const int ERROR_FLT_FILTER_NOT_FOUND = -2145452013
Field Value
|
Improve this Doc
View Source
ERROR_FLT_FILTER_NOT_READY
The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
Declaration
public const int ERROR_FLT_FILTER_NOT_READY = -2145452024
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INSTANCE_ALTITUDE_COLLISION
An instance already exists at this altitude on the volume specified.
Declaration
public const int ERROR_FLT_INSTANCE_ALTITUDE_COLLISION = -2145452015
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INSTANCE_NAME_COLLISION
An instance already exists with this name on the volume specified.
Declaration
public const int ERROR_FLT_INSTANCE_NAME_COLLISION = -2145452014
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INSTANCE_NOT_FOUND
The system could not find the instance specified.
Declaration
public const int ERROR_FLT_INSTANCE_NOT_FOUND = -2145452011
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INTERNAL_ERROR
The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
Declaration
public const int ERROR_FLT_INTERNAL_ERROR = -2145452022
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST
Asynchronous requests are not valid for this operation.
Declaration
public const int ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST = -2145452029
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INVALID_CONTEXT_REGISTRATION
An invalid parameter was specified during context registration.
Declaration
public const int ERROR_FLT_INVALID_CONTEXT_REGISTRATION = -2145452009
Field Value
|
Improve this Doc
View Source
ERROR_FLT_INVALID_NAME_REQUEST
An invalid name request was made. The name requested cannot be retrieved at this time.
Declaration
public const int ERROR_FLT_INVALID_NAME_REQUEST = -2145452027
Field Value
|
Improve this Doc
View Source
ERROR_FLT_IO_COMPLETE
The IO was completed by a filter.
Declaration
public const int ERROR_FLT_IO_COMPLETE = 2031617
Field Value
|
Improve this Doc
View Source
ERROR_FLT_MUST_BE_NONPAGED_POOL
Non-paged pool must be used for this type of context.
Declaration
public const int ERROR_FLT_MUST_BE_NONPAGED_POOL = -2145452020
Field Value
|
Improve this Doc
View Source
ERROR_FLT_NAME_CACHE_MISS
The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
Declaration
public const int ERROR_FLT_NAME_CACHE_MISS = -2145452008
Field Value
|
Improve this Doc
View Source
ERROR_FLT_NO_DEVICE_OBJECT
The requested device object does not exist for the given volume.
Declaration
public const int ERROR_FLT_NO_DEVICE_OBJECT = -2145452007
Field Value
|
Improve this Doc
View Source
ERROR_FLT_NO_HANDLER_DEFINED
A handler was not defined by the filter for this operation.
Declaration
public const int ERROR_FLT_NO_HANDLER_DEFINED = -2145452031
Field Value
|
Improve this Doc
View Source
ERROR_FLT_NO_WAITER_FOR_REPLY
No waiter is present for the filter's reply to this message.
Declaration
public const int ERROR_FLT_NO_WAITER_FOR_REPLY = -2145452000
Field Value
|
Improve this Doc
View Source
ERROR_FLT_NOT_INITIALIZED
The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
Declaration
public const int ERROR_FLT_NOT_INITIALIZED = -2145452025
Field Value
|
Improve this Doc
View Source
ERROR_FLT_NOT_SAFE_TO_POST_OPERATION
Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
Declaration
public const int ERROR_FLT_NOT_SAFE_TO_POST_OPERATION = -2145452026
Field Value
|
Improve this Doc
View Source
ERROR_FLT_POST_OPERATION_CLEANUP
The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
Declaration
public const int ERROR_FLT_POST_OPERATION_CLEANUP = -2145452023
Field Value
|
Improve this Doc
View Source
ERROR_FLT_REGISTRATION_BUSY
The filesystem database resource is in use. Registration cannot complete at this time.
Declaration
public const int ERROR_FLT_REGISTRATION_BUSY = -2145451997
Field Value
|
Improve this Doc
View Source
ERROR_FLT_VOLUME_ALREADY_MOUNTED
The specified volume is already mounted.
Declaration
public const int ERROR_FLT_VOLUME_ALREADY_MOUNTED = -2145452006
Field Value
|
Improve this Doc
View Source
ERROR_FLT_VOLUME_NOT_FOUND
The system could not find the volume specified.
Declaration
public const int ERROR_FLT_VOLUME_NOT_FOUND = -2145452012
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED
An operation is being attempted that requires the display adapter to be in a quiescent state.
Declaration
public const int ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED = -1071242181
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY
The chain of linked adapters is not ready to start because of an unknown failure.
Declaration
public const int ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY = -1071242189
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE
Display adapter must have at least one video present source.
Declaration
public const int ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE = -1071242456
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET
Display adapter must have at least one video present target.
Declaration
public const int ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET = -1071242455
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ADAPTER_WAS_RESET
Specified display adapter and all of its state has been reset.
Declaration
public const int ERROR_GRAPHICS_ADAPTER_WAS_RESET = -1071243261
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ALLOCATION_BUSY
The allocation is currently busy.
Declaration
public const int ERROR_GRAPHICS_ALLOCATION_BUSY = -1071243006
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ALLOCATION_CLOSED
The allocation being referenced has been closed permanently.
Declaration
public const int ERROR_GRAPHICS_ALLOCATION_CLOSED = -1071242990
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST
The specified allocation lost its content.
Declaration
public const int ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST = -1071242986
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ALLOCATION_INVALID
The allocation is invalid.
Declaration
public const int ERROR_GRAPHICS_ALLOCATION_INVALID = -1071243002
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION
Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology.
Declaration
public const int ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION = -1071242406
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CANNOTCOLORCONVERT
Not able to present with color convertion
Declaration
public const int ERROR_GRAPHICS_CANNOTCOLORCONVERT = -1071243256
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN
Specified VidPN is active and cannot be accessed.
Declaration
public const int ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN = -1071242429
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION
The request failed because a pinned allocation can't be evicted.
Declaration
public const int ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION = -1071242999
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CANT_LOCK_MEMORY
Couldn't probe and lock the underlying memory of an allocation.
Declaration
public const int ERROR_GRAPHICS_CANT_LOCK_MEMORY = -1071243007
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION
A locked allocation can't be used in the current command buffer.
Declaration
public const int ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION = -1071242991
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED
Some chain adapters in a linked configuration were not enumerated yet.
Declaration
public const int ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED = -1071242190
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON
An attempt was made to power up a lead link display adapter when the chain links were powered down.
Declaration
public const int ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON = -1071242187
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED
An attempt was made to start a lead link display adapter when the chain links were not started yet.
Declaration
public const int ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED = -1071242188
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED
Specified display adapter child device does not support descriptor exposure.
Declaration
public const int ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED = -1071242239
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET
Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet).
Declaration
public const int ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET = -1071242404
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_COPP_NOT_SUPPORTED
The driver does not support COPP.
Declaration
public const int ERROR_GRAPHICS_COPP_NOT_SUPPORTED = -1071241983
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DATASET_IS_EMPTY
Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty.
Declaration
public const int ERROR_GRAPHICS_DATASET_IS_EMPTY = 2499403
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE
A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value.
Declaration
public const int ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE = -1071241768
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_INVALID_DATA
The data received from the monitor is invalid.
Declaration
public const int ERROR_GRAPHICS_DDCCI_INVALID_DATA = -1071241851
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM
An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
Declaration
public const int ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM = -1071241845
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND
An operation failed because a DDC/CI message had an invalid value in its command field.
Declaration
public const int ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND = -1071241847
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH
An error occurred because the field length of a DDC/CI message contained an invalid value.
Declaration
public const int ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH = -1071241846
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE
The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor.
Declaration
public const int ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE = -1071241850
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED
The monitor does not support the specified VCP code.
Declaration
public const int ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED = -1071241852
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS
We can depend on the child device presence returned by the driver.
Declaration
public const int ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS = 1076241468
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP
The function failed because the specified GDI display device was not attached to the Windows desktop.
Declaration
public const int ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP = -1071241758
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_DRIVER_MISMATCH
The kernel driver detected a version mismatch between it and the user mode driver.
Declaration
public const int ERROR_GRAPHICS_DRIVER_MISMATCH = -1071243255
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION
System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
Declaration
public const int ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION = -1071242459
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET
Specified frequency range is already in the specified monitor frequency range set.
Declaration
public const int ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET = -1071242465
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET
Specified frequency range is not in the specified monitor frequency range set.
Declaration
public const int ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET = -1071242467
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED
Specified gamma ramp is not supported on the respective VidPN present path.
Declaration
public const int ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED = -1071242424
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE
GPU exception is detected on the given device. The device is not able to be scheduled.
Declaration
public const int ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE = -1071242752
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST
No device on the I2C bus has the specified address.
Declaration
public const int ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST = -1071241855
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA
An error occurred while receiving data from the device on the I2C bus.
Declaration
public const int ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA = -1071241853
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA
An error occurred while transmitting data to the device on the I2C bus.
Declaration
public const int ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA = -1071241854
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_I2C_NOT_SUPPORTED
The monitor connected to the specified video output does not have an I2C bus.
Declaration
public const int ERROR_GRAPHICS_I2C_NOT_SUPPORTED = -1071241856
Field Value
|
Improve this Doc
View Source
Specified primary surface has a different private format attribute than the current primary surface
Declaration
public const int ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT = -1071242411
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE
The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state.
Declaration
public const int ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE = -1071242186
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER
The driver needs more DMA buffer space in order to complete the requested operation.
Declaration
public const int ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER = -1071243263
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INTERNAL_ERROR
An internal error caused an operation to fail.
Declaration
public const int ERROR_GRAPHICS_INTERNAL_ERROR = -1071241753
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_ACTIVE_REGION
Specified video signal active region is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_ACTIVE_REGION = -1071242485
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE
An invalid allocation handle is being referenced.
Declaration
public const int ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE = -1071242988
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE
An invalid allocation instance is being referenced.
Declaration
public const int ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE = -1071242989
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE
The allocation can't be used from its current segment location for the specified operation.
Declaration
public const int ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE = -1071242992
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_CLIENT_TYPE
Specified client type was not recognized.
Declaration
public const int ERROR_GRAPHICS_INVALID_CLIENT_TYPE = -1071242405
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_COLORBASIS
Specified color basis is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_COLORBASIS = -1071242434
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE
Specified VidPN present path copy protection type is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE = -1071242417
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER
Specified display adapter handle is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER = -1071243262
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_DRIVER_MODEL
The driver stack doesn't match the expected driver model.
Declaration
public const int ERROR_GRAPHICS_INVALID_DRIVER_MODEL = -1071243260
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_FREQUENCY
Specified video signal frequency is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_FREQUENCY = -1071242486
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_GAMMA_RAMP
Specified gamma ramp is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_GAMMA_RAMP = -1071242425
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM
Specified mode pruning algorithm is invalid
Declaration
public const int ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM = -1071242410
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN
Specified monitor capability origin is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN = -1071242409
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE
Specified monitor frequency range is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE = -1071242468
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT
Specified monitor frequency range constraint is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT = -1071242408
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET
Specified monitor frequency range set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET = -1071242469
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE
Specified monitor source mode is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE = -1071242462
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET
Specified monitor source mode set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET = -1071242463
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR
Specified monitor descriptor is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR = -1071242453
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET
Specified monitor descriptor set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET = -1071242454
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION
Specified VidPN present path content geometry transformation is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION = -1071242427
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE
Specified VidPN present path content type is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE = -1071242418
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL
Specified VidPN present path importance ordinal is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL = -1071242428
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE
This function failed because an invalid monitor handle was passed to it.
Declaration
public const int ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE = -1071241844
Field Value
|
Improve this Doc
View Source
Specified pixel format is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_PIXELFORMAT = -1071242435
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE
Specified pixel value access mode is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE = -1071242433
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_POINTER
The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned.
Declaration
public const int ERROR_GRAPHICS_INVALID_POINTER = -1071241756
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE
Specified primary surface size is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE = -1071242438
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING
Specified scanline ordering type is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING = -1071242414
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_STRIDE
Specified stride is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_STRIDE = -1071242436
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_TOTAL_REGION
Specified video signal total region is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_TOTAL_REGION = -1071242484
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE
Specified video present source is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE = -1071242492
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE
Specified video present source mode is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE = -1071242480
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET
Specified video present target is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET = -1071242491
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE
Specified video present target mode is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE = -1071242479
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET
Specified video present source set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET = -1071242475
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET
Specified video present target set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET = -1071242474
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN
Specified VidPN handle is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN = -1071242493
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH
Specified VidPN present path is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH = -1071242471
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET
Specified VidPN source mode set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET = -1071242488
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE
Specified video present target subset type is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE = -1071242449
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET
Specified VidPN target mode set is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET = -1071242487
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY
Specified VidPN topology is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY = -1071242496
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON
Specified VidPN topology recommendation reason is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON = -1071242419
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE
Specified visible region size is invalid.
Declaration
public const int ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE = -1071242437
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED
Lead adapter in a linked configuration was not enumerated yet.
Declaration
public const int ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED = -1071242191
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_LEADLINK_START_DEFERRED
Starting the leadlink adapter has been deferred temporarily.
Declaration
public const int ERROR_GRAPHICS_LEADLINK_START_DEFERRED = 1076241463
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED
Maximum supported number of present paths has been reached.
Declaration
public const int ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED = -1071242407
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_INTERNAL_ERROR
An internal Monitor Configuration API error occurred.
Declaration
public const int ERROR_GRAPHICS_MCA_INTERNAL_ERROR = -1071241848
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING
The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
Declaration
public const int ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING = -1071241849
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
Declaration
public const int ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED = -1071241762
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION
The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
Declaration
public const int ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION = -1071241767
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH
The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.
Declaration
public const int ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH = -1071241765
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
The monitor does not comply with the MCCS specification it claims to support.
Declaration
public const int ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION = -1071241766
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE
SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
Declaration
public const int ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE = -1071241761
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION
The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification.
Declaration
public const int ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION = -1071241764
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED
This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.
Declaration
public const int ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED = -1071241757
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET
Specified mode is already in the mode set.
Declaration
public const int ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET = -1071242476
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE
ID of the specified mode is already used by another mode in the set.
Declaration
public const int ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE = -1071242460
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MODE_NOT_IN_MODESET
Specified mode is not in the specified mode set.
Declaration
public const int ERROR_GRAPHICS_MODE_NOT_IN_MODESET = -1071242422
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MODE_NOT_PINNED
No mode is pinned on the specified VidPN source/target.
Declaration
public const int ERROR_GRAPHICS_MODE_NOT_PINNED = 2499335
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER
Newly arrived monitor could not be associated with a display adapter.
Declaration
public const int ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER = -1071242444
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS
The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications.
Declaration
public const int ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS = -1071241843
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MONITOR_NOT_CONNECTED
There is no monitor connected on the specified video present target.
Declaration
public const int ERROR_GRAPHICS_MONITOR_NOT_CONNECTED = -1071242440
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET
Specified descriptor is already in the specified monitor descriptor set.
Declaration
public const int ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET = -1071242451
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE
ID of the specified monitor descriptor is already used by another descriptor in the set.
Declaration
public const int ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE = -1071242450
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET
Specified descriptor is not in the specified monitor descriptor set.
Declaration
public const int ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET = -1071242452
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED
Multi-sampling is not supported on the respective VidPN present path.
Declaration
public const int ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED = -1071242423
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_ACTIVE_VIDPN
VidPN manager of the display adapter in question does not have an active VidPN.
Declaration
public const int ERROR_GRAPHICS_NO_ACTIVE_VIDPN = -1071242442
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS
All available importance ordinals are already used in specified topology.
Declaration
public const int ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS = -1071242412
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET
Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
Declaration
public const int ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET = -1071242445
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME
This function cannot find an actual GDI display device which corresponds to the specified GDI display device name.
Declaration
public const int ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME = -1071241759
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT
Failed to acquire display mode management interface.
Declaration
public const int ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT = -1071242431
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE
The function failed because the specified GDI device did not have any monitors associated with it.
Declaration
public const int ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE = -1071241755
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET
Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements.
Declaration
public const int ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET = 2499404
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_PREFERRED_MODE
Specified mode set does not specify preference for one of its modes.
Declaration
public const int ERROR_GRAPHICS_NO_PREFERRED_MODE = 2499358
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN
Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
Declaration
public const int ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN = -1071242461
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY
Miniport has no recommendation for augmentation of the specified VidPN's topology.
Declaration
public const int ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY = -1071242470
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_VIDEO_MEMORY
Not enough video memory available to complete the operation.
Declaration
public const int ERROR_GRAPHICS_NO_VIDEO_MEMORY = -1071243008
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NO_VIDPNMGR
Display adapter in question does not have an associated VidPN manager.
Declaration
public const int ERROR_GRAPHICS_NO_VIDPNMGR = -1071242443
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER
The display adapter is not linked to any other adapters.
Declaration
public const int ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER = -1071242192
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER
Exclusive mode ownership is needed to create unmanaged primary allocation.
Declaration
public const int ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER = -1071243264
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER
The driver trying to start is not the same as the driver for the POSTed display adapter.
Declaration
public const int ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER = -1071242184
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED
This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session.
Declaration
public const int ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED = -1071241760
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE
The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.
Declaration
public const int ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE = -1071241960
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR
The method failed because an unexpected error occurred inside of a display driver.
Declaration
public const int ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR = -1071241954
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET
The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output.
Declaration
public const int ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET = -1071241962
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_INTERNAL_ERROR
An internal error caused this operation to fail.
Declaration
public const int ERROR_GRAPHICS_OPM_INTERNAL_ERROR = -1071241973
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST
The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
Declaration
public const int ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST = -1071241951
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS
The specified encrypted parameters are invalid.
Declaration
public const int ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS = -1071241981
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_INVALID_HANDLE
The function failed because the caller passed in an invalid OPM user mode handle.
Declaration
public const int ERROR_GRAPHICS_OPM_INVALID_HANDLE = -1071241972
Field Value
|
Improve this Doc
View Source
The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
Declaration
public const int ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST = -1071241955
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_INVALID_SRM
The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification.
Declaration
public const int ERROR_GRAPHICS_OPM_INVALID_SRM = -1071241966
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST
The GDI display device passed to this function does not have any active video outputs.
Declaration
public const int ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST = -1071241979
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_NOT_SUPPORTED
The driver does not support OPM.
Declaration
public const int ERROR_GRAPHICS_OPM_NOT_SUPPORTED = -1071241984
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP
The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP.
Declaration
public const int ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP = -1071241964
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA
The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A.
Declaration
public const int ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA = -1071241963
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP
The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP.
Declaration
public const int ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP = -1071241965
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH
The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high.
Declaration
public const int ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH = -1071241961
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS
The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote.
Declaration
public const int ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS = -1071241957
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED
The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs.
Declaration
public const int ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED = -1071241952
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED
A video output could not be created because the frame buffer is in spanning mode.
Declaration
public const int ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED = -1071241969
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED
A video output could not be created because the frame buffer is in theater mode.
Declaration
public const int ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED = -1071241968
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS
Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is returned when the caller tries to use a COPP specific command while the video output has OPM semantics only.
Declaration
public const int ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS = -1071241956
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS
Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is returned when the caller tries to use an OPM specific command while the video output has COPP semantics only.
Declaration
public const int ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS = -1071241953
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS
The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop.
Declaration
public const int ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS = -1071241958
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL
An array passed to the function cannot hold all of the data that the function must copy into the array.
Declaration
public const int ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL = -1071241754
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PARTIAL_DATA_POPULATED
Specified buffer is not big enough to contain entire requested dataset. Partial data populated up to the size of the buffer. Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific).
Declaration
public const int ERROR_GRAPHICS_PARTIAL_DATA_POPULATED = 1076240394
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY
Specified video present path is already in VidPN's topology.
Declaration
public const int ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY = -1071242477
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED
Specified content transformation is not pinned on the specified VidPN present path.
Declaration
public const int ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED = 2499409
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED
Specified content geometry transformation is not supported on the respective VidPN present path.
Declaration
public const int ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED = -1071242426
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY
Specified present path is not in VidPN's topology.
Declaration
public const int ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY = -1071242457
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET
Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
Declaration
public const int ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET = -1071242478
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY
The display adapter is being polled for children too frequently at the same polling level.
Declaration
public const int ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY = 1076241465
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PRESENT_DENIED
Not able to present due to denial of desktop access
Declaration
public const int ERROR_GRAPHICS_PRESENT_DENIED = -1071243257
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PRESENT_MODE_CHANGED
Present happened but ended up into the changed desktop mode
Declaration
public const int ERROR_GRAPHICS_PRESENT_MODE_CHANGED = -1071243259
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PRESENT_OCCLUDED
Nothing to present due to desktop occlusion
Declaration
public const int ERROR_GRAPHICS_PRESENT_OCCLUDED = -1071243258
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED
Present redirection is disabled (desktop windowing management subsystem is off).
Declaration
public const int ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED = -1071243253
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PRESENT_UNOCCLUDED
Previous exclusive VidPn source owner has released its ownership
Declaration
public const int ERROR_GRAPHICS_PRESENT_UNOCCLUDED = -1071243252
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PVP_HFS_FAILED
The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware.
Declaration
public const int ERROR_GRAPHICS_PVP_HFS_FAILED = -1071241967
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH
A certificate could not be returned because the certificate buffer passed to the function was too small.
Declaration
public const int ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH = -1071241970
Field Value
|
Improve this Doc
View Source
Two or more of the specified resources are not related to each other, as defined by the interface semantics.
Declaration
public const int ERROR_GRAPHICS_RESOURCES_NOT_RELATED = -1071242448
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS
The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote.
Declaration
public const int ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS = -1071249944
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION
Skip preparation of allocations referenced by the DMA buffer.
Declaration
public const int ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION = 1076240897
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET
Specified video present source is already in the video present source set.
Declaration
public const int ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET = -1071242473
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE
ID of the specified video present source is already used by another source in the set.
Declaration
public const int ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE = -1071242447
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY
Specified source is not part of the specified VidPN's topology.
Declaration
public const int ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY = -1071242439
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED
Specified display adapter child device already has an external device connected to it.
Declaration
public const int ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED = -1071242240
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_STALE_MODESET
Specified mode set is stale. Please reacquire the new mode set.
Declaration
public const int ERROR_GRAPHICS_STALE_MODESET = -1071242464
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY
Specified VidPN topology is stale. Please reacquire the new topology.
Declaration
public const int ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY = -1071242441
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_START_DEFERRED
Starting the adapter has been deferred temporarily.
Declaration
public const int ERROR_GRAPHICS_START_DEFERRED = 1076241466
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TARGET_ALREADY_IN_SET
Specified video present target is already in the video present target set.
Declaration
public const int ERROR_GRAPHICS_TARGET_ALREADY_IN_SET = -1071242472
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE
ID of the specified video present target is already used by another target in the set.
Declaration
public const int ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE = -1071242446
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY
Specified target is not part of the specified VidPN's topology.
Declaration
public const int ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY = -1071242432
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TOO_MANY_REFERENCES
An object being referenced has reach the maximum reference count already and can't be reference further.
Declaration
public const int ERROR_GRAPHICS_TOO_MANY_REFERENCES = -1071243005
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED
Topology changes are not allowed for the specified VidPN.
Declaration
public const int ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED = -1071242413
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TRY_AGAIN_LATER
A problem couldn't be solved due to some currently existing condition. The problem should be tried again later.
Declaration
public const int ERROR_GRAPHICS_TRY_AGAIN_LATER = -1071243004
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_TRY_AGAIN_NOW
A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately.
Declaration
public const int ERROR_GRAPHICS_TRY_AGAIN_NOW = -1071243003
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_UAB_NOT_SUPPORTED
The driver does not support UAB.
Declaration
public const int ERROR_GRAPHICS_UAB_NOT_SUPPORTED = -1071241982
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS
No more than one unassigned mode set can exist at any given time for a given VidPN source/target.
Declaration
public const int ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS = -1071242416
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS
Child device presence was not reliably detected.
Declaration
public const int ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS = 1076241455
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE
No more unswizzling aperture are currently available.
Declaration
public const int ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE = -1071243001
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED
The current allocation can't be unswizzled by an aperture.
Declaration
public const int ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED = -1071243000
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES
Number of video present targets must be greater than or equal to the number of video present sources.
Declaration
public const int ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES = -1071242458
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED
Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional).
Declaration
public const int ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED = -1071242490
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE
Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.
Declaration
public const int ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE = -1071242430
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED
Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.
Declaration
public const int ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED = -1071242494
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED
Specified VidPN topology is valid but is not supported by this model of the display adapter.
Declaration
public const int ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED = -1071242495
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE
Window DC is not available for presentation
Declaration
public const int ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE = -1071243251
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED
Windowless present is disabled (desktop windowing management subsystem is off).
Declaration
public const int ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED = -1071243250
Field Value
|
Improve this Doc
View Source
ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE
The allocation being referenced doesn't belong to the current device.
Declaration
public const int ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE = -1071242987
Field Value
|
Improve this Doc
View Source
ERROR_HUNG_DISPLAY_DRIVER_THREAD
{Display Driver Stopped Responding}
The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality.
The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
Declaration
public const int ERROR_HUNG_DISPLAY_DRIVER_THREAD = -2144993279
Field Value
|
Improve this Doc
View Source
ERROR_HV_ACCESS_DENIED
Access to the specified object was denied.
Declaration
public const int ERROR_HV_ACCESS_DENIED = -1070268410
Field Value
|
Improve this Doc
View Source
ERROR_HV_ACKNOWLEDGED
The previous virtual interrupt has already been acknowledged.
Declaration
public const int ERROR_HV_ACKNOWLEDGED = -1070268394
Field Value
|
Improve this Doc
View Source
ERROR_HV_CPUID_FEATURE_VALIDATION
Validation of CPUID data of the processor failed.
Declaration
public const int ERROR_HV_CPUID_FEATURE_VALIDATION = -1070268356
Field Value
|
Improve this Doc
View Source
ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION
Validation of XSAVE CPUID data of the processor failed.
Declaration
public const int ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION = -1070268355
Field Value
|
Improve this Doc
View Source
ERROR_HV_FEATURE_UNAVAILABLE
A hypervisor feature is not available to the user.
Declaration
public const int ERROR_HV_FEATURE_UNAVAILABLE = -1070268386
Field Value
|
Improve this Doc
View Source
ERROR_HV_INACTIVE
The physical connection being used for debuggging has not recorded any receive activity since the last operation.
Declaration
public const int ERROR_HV_INACTIVE = -1070268388
Field Value
|
Improve this Doc
View Source
ERROR_HV_INSUFFICIENT_BUFFER
The specified buffer was too small to contain all of the requested data.
Declaration
public const int ERROR_HV_INSUFFICIENT_BUFFER = -1070268365
Field Value
|
Improve this Doc
View Source
ERROR_HV_INSUFFICIENT_BUFFERS
Not enough buffers were supplied to send a message.
Declaration
public const int ERROR_HV_INSUFFICIENT_BUFFERS = -1070268397
Field Value
|
Improve this Doc
View Source
ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS
The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition.
Declaration
public const int ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS = -1070268360
Field Value
|
Improve this Doc
View Source
ERROR_HV_INSUFFICIENT_MEMORY
There is not enough memory in the hypervisor pool to complete the operation.
Declaration
public const int ERROR_HV_INSUFFICIENT_MEMORY = -1070268405
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_ALIGNMENT
The hypervisor could not perform the operation because a parameter has an invalid alignment.
Declaration
public const int ERROR_HV_INVALID_ALIGNMENT = -1070268412
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_CONNECTION_ID
The hypervisor could not perform the operation because the specified connection identifier is invalid.
Declaration
public const int ERROR_HV_INVALID_CONNECTION_ID = -1070268398
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_CPU_GROUP_ID
A CPU group with the specified CPU group Id does not exist.
Declaration
public const int ERROR_HV_INVALID_CPU_GROUP_ID = -1070268305
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_CPU_GROUP_STATE
The hypervisor could not perform the operation because the CPU group is entering or in an invalid state.
Declaration
public const int ERROR_HV_INVALID_CPU_GROUP_STATE = -1070268304
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_DEVICE_ID
The supplied device ID is invalid.
Declaration
public const int ERROR_HV_INVALID_DEVICE_ID = -1070268329
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_DEVICE_STATE
The operation is not allowed in the current device state.
Declaration
public const int ERROR_HV_INVALID_DEVICE_STATE = -1070268328
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_HYPERCALL_CODE
The hypervisor does not support the operation because the specified hypercall code is not supported.
Declaration
public const int ERROR_HV_INVALID_HYPERCALL_CODE = -1070268414
Field Value
|
Improve this Doc
View Source
The hypervisor does not support the operation because the encoding for the hypercall input register is not supported.
Declaration
public const int ERROR_HV_INVALID_HYPERCALL_INPUT = -1070268413
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_LP_INDEX
The hypervisor could not perform the operation because the specified LP index is invalid.
Declaration
public const int ERROR_HV_INVALID_LP_INDEX = -1070268351
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_PARAMETER
The hypervisor could not perform the operation because an invalid parameter was specified.
Declaration
public const int ERROR_HV_INVALID_PARAMETER = -1070268411
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_PARTITION_ID
A partition with the specified partition Id does not exist.
Declaration
public const int ERROR_HV_INVALID_PARTITION_ID = -1070268403
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_PARTITION_STATE
The hypervisor could not perform the operation because the partition is entering or in an invalid state.
Declaration
public const int ERROR_HV_INVALID_PARTITION_STATE = -1070268409
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_PORT_ID
The hypervisor could not perform the operation because the specified port identifier is invalid.
Declaration
public const int ERROR_HV_INVALID_PORT_ID = -1070268399
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO
The proximity domain information is invalid.
Declaration
public const int ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO = -1070268390
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_REGISTER_VALUE
The supplied register value is invalid.
Declaration
public const int ERROR_HV_INVALID_REGISTER_VALUE = -1070268336
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_SAVE_RESTORE_STATE
The indicated partition is not in a valid state for saving or restoring.
Declaration
public const int ERROR_HV_INVALID_SAVE_RESTORE_STATE = -1070268393
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_SYNIC_STATE
The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled.
Declaration
public const int ERROR_HV_INVALID_SYNIC_STATE = -1070268392
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_VP_INDEX
The hypervisor could not perform the operation because the specified VP index is invalid.
Declaration
public const int ERROR_HV_INVALID_VP_INDEX = -1070268402
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_VP_STATE
A virtual processor is not in the correct state for the indicated operation.
Declaration
public const int ERROR_HV_INVALID_VP_STATE = -1070268395
Field Value
|
Improve this Doc
View Source
ERROR_HV_INVALID_VTL_STATE
The supplied virtual trust level is not in the correct state to perform the requested operation.
Declaration
public const int ERROR_HV_INVALID_VTL_STATE = -1070268335
Field Value
|
Improve this Doc
View Source
ERROR_HV_NO_DATA
An attempt to retrieve debugging data failed because none was available.
Declaration
public const int ERROR_HV_NO_DATA = -1070268389
Field Value
|
Improve this Doc
View Source
ERROR_HV_NO_RESOURCES
There are not enough resources to complete the operation.
Declaration
public const int ERROR_HV_NO_RESOURCES = -1070268387
Field Value
|
Improve this Doc
View Source
ERROR_HV_NOT_ACKNOWLEDGED
The previous virtual interrupt has not been acknowledged.
Declaration
public const int ERROR_HV_NOT_ACKNOWLEDGED = -1070268396
Field Value
|
Improve this Doc
View Source
ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE
The hypervisor could not perform the operation because it is not allowed with nested virtualization active.
Declaration
public const int ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE = -1070268302
Field Value
|
Improve this Doc
View Source
ERROR_HV_NOT_PRESENT
No hypervisor is present on this system.
Declaration
public const int ERROR_HV_NOT_PRESENT = -1070264320
Field Value
|
Improve this Doc
View Source
ERROR_HV_NX_NOT_DETECTED
No execute feature (NX) is not present or not enabled in the BIOS.
Declaration
public const int ERROR_HV_NX_NOT_DETECTED = -1070268331
Field Value
|
Improve this Doc
View Source
ERROR_HV_OBJECT_IN_USE
The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation.
Declaration
public const int ERROR_HV_OBJECT_IN_USE = -1070268391
Field Value
|
Improve this Doc
View Source
ERROR_HV_OPERATION_DENIED
The operation is not allowed in the current state.
Declaration
public const int ERROR_HV_OPERATION_DENIED = -1070268408
Field Value
|
Improve this Doc
View Source
ERROR_HV_OPERATION_FAILED
The requested operation failed.
Declaration
public const int ERROR_HV_OPERATION_FAILED = -1070268303
Field Value
|
Improve this Doc
View Source
ERROR_HV_PAGE_REQUEST_INVALID
The supplied page request specifies a memory access that the guest does not have permissions to perform.
Declaration
public const int ERROR_HV_PAGE_REQUEST_INVALID = -1070268320
Field Value
|
Improve this Doc
View Source
ERROR_HV_PARTITION_TOO_DEEP
The maximum partition depth has been exceeded for the partition hierarchy.
Declaration
public const int ERROR_HV_PARTITION_TOO_DEEP = -1070268404
Field Value
|
Improve this Doc
View Source
ERROR_HV_PENDING_PAGE_REQUESTS
The device had pending page requests which were discarded.
Declaration
public const int ERROR_HV_PENDING_PAGE_REQUESTS = 3473497
Field Value
|
Improve this Doc
View Source
ERROR_HV_PROCESSOR_STARTUP_TIMEOUT
Processor did not respond within the timeout period.
Declaration
public const int ERROR_HV_PROCESSOR_STARTUP_TIMEOUT = -1070268354
Field Value
|
Improve this Doc
View Source
ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE
The specified value of a partition property is out of range or violates an invariant.
Declaration
public const int ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE = -1070268406
Field Value
|
Improve this Doc
View Source
ERROR_HV_SMX_ENABLED
SMX has been enabled in the BIOS.
Declaration
public const int ERROR_HV_SMX_ENABLED = -1070268353
Field Value
|
Improve this Doc
View Source
ERROR_HV_UNKNOWN_PROPERTY
The hypervisor does not recognize the specified partition property.
Declaration
public const int ERROR_HV_UNKNOWN_PROPERTY = -1070268407
Field Value
|
Improve this Doc
View Source
ERROR_IO_PREEMPTED
The operation was preempted by a higher priority operation. It must be resumed later.
Declaration
public const int ERROR_IO_PREEMPTED = -1996423167
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM
Checksum of the obtained monitor descriptor is invalid.
Declaration
public const int ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM = -1071247357
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK
Monitor descriptor contains an invalid detailed timing block.
Declaration
public const int ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK = -1071247351
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_INVALID_MANUFACTURE_DATE
Monitor descriptor contains invalid manufacture date.
Declaration
public const int ERROR_MONITOR_INVALID_MANUFACTURE_DATE = -1071247350
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK
Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number.
Declaration
public const int ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK = -1071247354
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK
Monitor descriptor contains an invalid standard timing block.
Declaration
public const int ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK = -1071247356
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK
Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name.
Declaration
public const int ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK = -1071247353
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_NO_DESCRIPTOR
Monitor descriptor could not be obtained.
Declaration
public const int ERROR_MONITOR_NO_DESCRIPTOR = 2494465
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA
There is no monitor descriptor data at the specified (offset, size) region.
Declaration
public const int ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA = -1071247352
Field Value
|
Improve this Doc
View Source
Format of the obtained monitor descriptor is not supported by this release.
Declaration
public const int ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT = 2494466
Field Value
|
Improve this Doc
View Source
ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED
WMI data block registration failed for one of the MSMonitorClass WMI subclasses.
Declaration
public const int ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED = -1071247355
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_ADAPTER_NOT_FOUND
Failed to find the network interface or network interface is not ready.
Declaration
public const int ERROR_NDIS_ADAPTER_NOT_FOUND = -2144075770
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_ADAPTER_NOT_READY
Network interface is not ready to complete this operation.
Declaration
public const int ERROR_NDIS_ADAPTER_NOT_READY = -2144075759
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_ADAPTER_REMOVED
The network interface has been removed.
Declaration
public const int ERROR_NDIS_ADAPTER_REMOVED = -2144075752
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_ALREADY_MAPPED
An attempt was made to map a file that is alreay mapped.
Declaration
public const int ERROR_NDIS_ALREADY_MAPPED = -2144075747
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_BAD_CHARACTERISTICS
An invalid characteristics table was used.
Declaration
public const int ERROR_NDIS_BAD_CHARACTERISTICS = -2144075771
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_BAD_VERSION
An invalid version was specified.
Declaration
public const int ERROR_NDIS_BAD_VERSION = -2144075772
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_BUFFER_TOO_SHORT
The length of buffer submitted for this operation is too small.
Declaration
public const int ERROR_NDIS_BUFFER_TOO_SHORT = -2144075754
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DEVICE_FAILED
Network interface has encountered an internal unrecoverable failure.
Declaration
public const int ERROR_NDIS_DEVICE_FAILED = -2144075768
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE
The wireless local area network interface cannot start an AP on the specified band right now.
Declaration
public const int ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE = -2144067578
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED
The wireless local area network interface cannot start an AP on this band due to regulatory reasons.
Declaration
public const int ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED = -2144067576
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE
The wireless local area network interface cannot start an AP on the specified channel right now.
Declaration
public const int ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE = -2144067579
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED
The wireless local area network interface cannot start an AP on this channel due to regulatory reasons.
Declaration
public const int ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED = -2144067577
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED
The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation.
Declaration
public const int ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED = -2144067584
Field Value
|
Improve this Doc
View Source
The wireless local area network interface is busy and can not perform the requested operation.
Declaration
public const int ERROR_NDIS_DOT11_MEDIA_IN_USE = -2144067583
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_DOT11_POWER_STATE_INVALID
The wireless local area network interface is powered down and doesn't support the requested operation.
Declaration
public const int ERROR_NDIS_DOT11_POWER_STATE_INVALID = -2144067582
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_ERROR_READING_FILE
An error occurred while NDIS tried to map the file.
Declaration
public const int ERROR_NDIS_ERROR_READING_FILE = -2144075748
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_FILE_NOT_FOUND
An attempt was made to map a file that can not be found.
Declaration
public const int ERROR_NDIS_FILE_NOT_FOUND = -2144075749
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_GROUP_ADDRESS_IN_USE
An attempt was made to remove a token ring group address that is in use by other components.
Declaration
public const int ERROR_NDIS_GROUP_ADDRESS_IN_USE = -2144075750
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INDICATION_REQUIRED
The request will be completed later by NDIS status indication.
Declaration
public const int ERROR_NDIS_INDICATION_REQUIRED = 3407873
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INTERFACE_CLOSING
The binding to the network interface is being closed.
Declaration
public const int ERROR_NDIS_INTERFACE_CLOSING = -2144075774
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INTERFACE_NOT_FOUND
Network interface was not found.
Declaration
public const int ERROR_NDIS_INTERFACE_NOT_FOUND = -2144075733
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_ADDRESS
The network address used in the request is invalid.
Declaration
public const int ERROR_NDIS_INVALID_ADDRESS = -2144075742
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_DATA
The data used for this operation is not valid.
Declaration
public const int ERROR_NDIS_INVALID_DATA = -2144075755
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_DEVICE_REQUEST
The specified request is not a valid operation for the target device.
Declaration
public const int ERROR_NDIS_INVALID_DEVICE_REQUEST = -2144075760
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_LENGTH
The length of the buffer submitted for this operation is not valid.
Declaration
public const int ERROR_NDIS_INVALID_LENGTH = -2144075756
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_OID
Network interface does not support this OID (Object Identifier)
Declaration
public const int ERROR_NDIS_INVALID_OID = -2144075753
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_PACKET
An attempt was made to send an invalid packet on a network interface.
Declaration
public const int ERROR_NDIS_INVALID_PACKET = -2144075761
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_PORT
The specified port does not exist on this network interface.
Declaration
public const int ERROR_NDIS_INVALID_PORT = -2144075731
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_INVALID_PORT_STATE
The current state of the specified port on this network interface does not support the requested operation.
Declaration
public const int ERROR_NDIS_INVALID_PORT_STATE = -2144075730
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_LOW_POWER_STATE
The miniport adapter is in low power state.
Declaration
public const int ERROR_NDIS_LOW_POWER_STATE = -2144075729
Field Value
|
Improve this Doc
View Source
The I/O operation failed because network media is disconnected or wireless access point is out of range.
Declaration
public const int ERROR_NDIS_MEDIA_DISCONNECTED = -2144075745
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_MULTICAST_EXISTS
An attempt was made to add a duplicate multicast address to the list.
Declaration
public const int ERROR_NDIS_MULTICAST_EXISTS = -2144075766
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_MULTICAST_FULL
The multicast list on the network interface is full.
Declaration
public const int ERROR_NDIS_MULTICAST_FULL = -2144075767
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_MULTICAST_NOT_FOUND
At attempt was made to remove a multicast address that was never added.
Declaration
public const int ERROR_NDIS_MULTICAST_NOT_FOUND = -2144075765
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_NOT_SUPPORTED
Netword interface does not support this request.
Declaration
public const int ERROR_NDIS_NOT_SUPPORTED = -2144075589
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED
The TCP connection is not offloadable by the Chimney Offload target.
Declaration
public const int ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED = -1070329838
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_OFFLOAD_PATH_REJECTED
The IP Path object is not in an offloadable state.
Declaration
public const int ERROR_NDIS_OFFLOAD_PATH_REJECTED = -1070329837
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_OFFLOAD_POLICY
The TCP connection is not offloadable because of a local policy setting.
Declaration
public const int ERROR_NDIS_OFFLOAD_POLICY = -1070329841
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_OPEN_FAILED
Failed to open the network interface.
Declaration
public const int ERROR_NDIS_OPEN_FAILED = -2144075769
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_PAUSED
The offload operation on the network interface has been paused.
Declaration
public const int ERROR_NDIS_PAUSED = -2144075734
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL
The list of low power protocol offloads is full.
Declaration
public const int ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL = -2144067580
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL
The list of wake on LAN patterns is full.
Declaration
public const int ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL = -2144067581
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_REINIT_REQUIRED
This operation requires the miniport adapter to be reinitialized.
Declaration
public const int ERROR_NDIS_REINIT_REQUIRED = -2144075728
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_REQUEST_ABORTED
Netowork interface aborted the request.
Declaration
public const int ERROR_NDIS_REQUEST_ABORTED = -2144075764
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_RESET_IN_PROGRESS
Network interface can not process the request because it is being reset.
Declaration
public const int ERROR_NDIS_RESET_IN_PROGRESS = -2144075763
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_RESOURCE_CONFLICT
An attempt to allocate a hardware resource failed because the resource is used by another component.
Declaration
public const int ERROR_NDIS_RESOURCE_CONFLICT = -2144075746
Field Value
|
Improve this Doc
View Source
Network interface does not support this media type.
Declaration
public const int ERROR_NDIS_UNSUPPORTED_MEDIA = -2144075751
Field Value
|
Improve this Doc
View Source
ERROR_NDIS_UNSUPPORTED_REVISION
The revision number specified in the structure is not supported.
Declaration
public const int ERROR_NDIS_UNSUPPORTED_REVISION = -2144075732
Field Value
|
Improve this Doc
View Source
ERROR_NO_APPLICABLE_APP_LICENSES_FOUND
No applicable app licenses found.
Declaration
public const int ERROR_NO_APPLICABLE_APP_LICENSES_FOUND = -1058406399
Field Value
|
Improve this Doc
View Source
ERROR_NOT_A_TIERED_VOLUME
The volume is not a tiered volume.
Declaration
public const int ERROR_NOT_A_TIERED_VOLUME = -2138898423
Field Value
|
Improve this Doc
View Source
ERROR_QUERY_STORAGE_ERROR
The virtualization storage subsystem has generated an error.
Declaration
public const int ERROR_QUERY_STORAGE_ERROR = -2143682559
Field Value
|
Improve this Doc
View Source
ERROR_SECCORE_INVALID_COMMAND
The command was not recognized by the security core
Declaration
public const int ERROR_SECCORE_INVALID_COMMAND = -1058537472
Field Value
|
Improve this Doc
View Source
ERROR_SMB_BAD_CLUSTER_DIALECT
The current cluster functional level does not support this SMB dialect.
Declaration
public const int ERROR_SMB_BAD_CLUSTER_DIALECT = -1067646975
Field Value
|
Improve this Doc
View Source
ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
Failed to negotiate a preauthentication integrity hash function.
Declaration
public const int ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP = -1067646976
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_ALLOCATION_SIZE_INVALID
The allocation size is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_ALLOCATION_SIZE_INVALID = -2132344818
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID
The OperationalState of the physical disk is invalid for this operation.
Declaration
public const int ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID = -2132344814
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_DRIVE_REDUNDANCY_INVALID
The requested redundancy is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_DRIVE_REDUNDANCY_INVALID = -2132344826
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID
The physical disk's sector size is not supported by the storage pool.
Declaration
public const int ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID = -2132344828
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_ENCLOSURE_AWARE_INVALID
Enclosure awareness is not supported for this virtual disk.
Declaration
public const int ERROR_SPACES_ENCLOSURE_AWARE_INVALID = -2132344817
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_EXTENDED_ERROR
Extended error information is available.
Declaration
public const int ERROR_SPACES_EXTENDED_ERROR = -2132344820
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID
The specified fault domain type or combination of minimum / maximum fault domain type is not valid.
Declaration
public const int ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID = -2132344831
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_INTERLEAVE_LENGTH_INVALID
The value for interleave length is outside of the supported range of values or is not a power of 2.
Declaration
public const int ERROR_SPACES_INTERLEAVE_LENGTH_INVALID = -2132344823
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_INTERNAL_ERROR
A Storage Spaces internal error occurred.
Declaration
public const int ERROR_SPACES_INTERNAL_ERROR = -2132344830
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_NOT_ENOUGH_DRIVES
There were not enough physical disks to complete the requested operation.
Declaration
public const int ERROR_SPACES_NOT_ENOUGH_DRIVES = -2132344821
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID
The number of columns specified is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID = -2132344822
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID
The number of data copies requested is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID = -2132344825
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_NUMBER_OF_GROUPS_INVALID
The value for number of groups is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_NUMBER_OF_GROUPS_INVALID = -2132344815
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_PARITY_LAYOUT_INVALID
The value for ParityLayout is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_PARITY_LAYOUT_INVALID = -2132344824
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_POOL_WAS_DELETED
The storage pool was deleted by the driver. The object cache should be updated.
Declaration
public const int ERROR_SPACES_POOL_WAS_DELETED = 15138817
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_PROVISIONING_TYPE_INVALID
The specified provisioning type is not valid.
Declaration
public const int ERROR_SPACES_PROVISIONING_TYPE_INVALID = -2132344819
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_RESILIENCY_TYPE_INVALID
The specified resiliency type is not valid.
Declaration
public const int ERROR_SPACES_RESILIENCY_TYPE_INVALID = -2132344829
Field Value
|
Improve this Doc
View Source
ERROR_SPACES_WRITE_CACHE_SIZE_INVALID
The write cache size is outside of the supported range of values.
Declaration
public const int ERROR_SPACES_WRITE_CACHE_SIZE_INVALID = -2132344816
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_ERROR_NOT_AVAILABLE
The requested error data is not available on the server.
Declaration
public const int ERROR_SVHDX_ERROR_NOT_AVAILABLE = -1067647232
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_ERROR_STORED
The proper error code with sense data was stored on server side.
Declaration
public const int ERROR_SVHDX_ERROR_STORED = -1067712512
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_NO_INITIATOR
Invalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.
Declaration
public const int ERROR_SVHDX_NO_INITIATOR = -1067647221
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_RESERVATION_CONFLICT
The current initiator is not allowed to perform the SCSI command because of a reservation conflict.
Declaration
public const int ERROR_SVHDX_RESERVATION_CONFLICT = -1067647225
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE
Unit Attention data is available for the initiator to query.
Declaration
public const int ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE = -1067647231
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED
The data capacity of the device has changed, resulting in a Unit Attention condition.
Declaration
public const int ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED = -1067647230
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED
The data storage format of the device has changed, resulting in a Unit Attention condition.
Declaration
public const int ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED = -1067647226
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED
A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.
Declaration
public const int ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED = -1067647227
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED
A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.
Declaration
public const int ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED = -1067647229
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED
A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.
Declaration
public const int ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED = -1067647228
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_VERSION_MISMATCH
The server version does not match the requested version.
Declaration
public const int ERROR_SVHDX_VERSION_MISMATCH = -1067647223
Field Value
|
Improve this Doc
View Source
ERROR_SVHDX_WRONG_FILE_TYPE
Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.
Declaration
public const int ERROR_SVHDX_WRONG_FILE_TYPE = -1067647224
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_ALREADY_PROCESSING
The Storage Tiers Management service is already optimizing the storage tiers on the specified volume.
Declaration
public const int ERROR_TIERING_ALREADY_PROCESSING = -2138898426
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_CANNOT_PIN_OBJECT
The requested object type cannot be assigned to a storage tier.
Declaration
public const int ERROR_TIERING_CANNOT_PIN_OBJECT = -2138898425
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_FILE_IS_NOT_PINNED
The requested file is not pinned to a tier.
Declaration
public const int ERROR_TIERING_FILE_IS_NOT_PINNED = -2138898424
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_INVALID_FILE_ID
The file identifier specified is not valid on the volume.
Declaration
public const int ERROR_TIERING_INVALID_FILE_ID = -2138898428
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME
The specified volume does not support storage tiers.
Declaration
public const int ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME = -2138898431
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_STORAGE_TIER_NOT_FOUND
The specified storage tier could not be found on the volume. Confirm that the storage tier name is valid.
Declaration
public const int ERROR_TIERING_STORAGE_TIER_NOT_FOUND = -2138898429
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS
The Storage Tiers Management service detected that the specified volume is in the process of being dismounted.
Declaration
public const int ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS = -2138898430
Field Value
|
Improve this Doc
View Source
ERROR_TIERING_WRONG_CLUSTER_NODE
Storage tier operations must be called on the clustering node that owns the metadata volume.
Declaration
public const int ERROR_TIERING_WRONG_CLUSTER_NODE = -2138898427
Field Value
|
Improve this Doc
View Source
ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE
The requested operation could not be completed because the virtual disk's size cannot be safely reduced further.
Declaration
public const int ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE = -1069940697
Field Value
|
Improve this Doc
View Source
ERROR_VHD_BITMAP_MISMATCH
The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk.
Declaration
public const int ERROR_VHD_BITMAP_MISMATCH = -1069940724
Field Value
|
Improve this Doc
View Source
ERROR_VHD_BLOCK_ALLOCATION_FAILURE
Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk.
Declaration
public const int ERROR_VHD_BLOCK_ALLOCATION_FAILURE = -1069940727
Field Value
|
Improve this Doc
View Source
ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT
The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt.
Declaration
public const int ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT = -1069940726
Field Value
|
Improve this Doc
View Source
ERROR_VHD_CHANGE_TRACKING_DISABLED
Change tracking is disabled for the specified virtual hard disk, so no change tracking information is available.
Declaration
public const int ERROR_VHD_CHANGE_TRACKING_DISABLED = -1069940694
Field Value
|
Improve this Doc
View Source
ERROR_VHD_CHILD_PARENT_ID_MISMATCH
The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk.
Declaration
public const int ERROR_VHD_CHILD_PARENT_ID_MISMATCH = -1069940722
Field Value
|
Improve this Doc
View Source
ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH
The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.
Declaration
public const int ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH = -1069940713
Field Value
|
Improve this Doc
View Source
ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH
The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk.
Declaration
public const int ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH = -1069940721
Field Value
|
Improve this Doc
View Source
ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE
The requested operation could not be completed because the virtual disk's minimum safe size could not be determined.
This may be due to a missing or corrupt partition table.
Declaration
public const int ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE = -1069940698
Field Value
|
Improve this Doc
View Source
ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED
The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.
Declaration
public const int ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED = -1069940712
Field Value
|
Improve this Doc
View Source
ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT
The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.
Declaration
public const int ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT = -1069940711
Field Value
|
Improve this Doc
View Source
The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum.
Declaration
public const int ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH = -1069940734
Field Value
|
Improve this Doc
View Source
The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted.
Declaration
public const int ERROR_VHD_DRIVE_FOOTER_CORRUPT = -1069940733
Field Value
|
Improve this Doc
View Source
The virtual hard disk is corrupted. The virtual hard disk drive footer is missing.
Declaration
public const int ERROR_VHD_DRIVE_FOOTER_MISSING = -1069940735
Field Value
|
Improve this Doc
View Source
The system does not recognize the file format of this virtual hard disk.
Declaration
public const int ERROR_VHD_FORMAT_UNKNOWN = -1069940732
Field Value
|
Improve this Doc
View Source
The version does not support this version of the file format.
Declaration
public const int ERROR_VHD_FORMAT_UNSUPPORTED_VERSION = -1069940731
Field Value
|
Improve this Doc
View Source
ERROR_VHD_INVALID_BLOCK_SIZE
The system does not support this version of the virtual hard disk. The block size is invalid.
Declaration
public const int ERROR_VHD_INVALID_BLOCK_SIZE = -1069940725
Field Value
|
Improve this Doc
View Source
ERROR_VHD_INVALID_CHANGE_TRACKING_ID
The specified change tracking identifier is not valid.
Declaration
public const int ERROR_VHD_INVALID_CHANGE_TRACKING_ID = -1069940695
Field Value
|
Improve this Doc
View Source
ERROR_VHD_INVALID_FILE_SIZE
The file size of this virtual hard disk is not valid.
Declaration
public const int ERROR_VHD_INVALID_FILE_SIZE = -1069940717
Field Value
|
Improve this Doc
View Source
ERROR_VHD_INVALID_SIZE
The size of the virtual hard disk is not valid.
Declaration
public const int ERROR_VHD_INVALID_SIZE = -1069940718
Field Value
|
Improve this Doc
View Source
ERROR_VHD_INVALID_STATE
The requested operation cannot be performed on the virtual disk in its current state.
Declaration
public const int ERROR_VHD_INVALID_STATE = -1069940708
Field Value
|
Improve this Doc
View Source
ERROR_VHD_INVALID_TYPE
The requested operation cannot be performed on a virtual disk of this type.
Declaration
public const int ERROR_VHD_INVALID_TYPE = -1069940709
Field Value
|
Improve this Doc
View Source
There is not enough space in the virtual disk file for the provided metadata item.
Declaration
public const int ERROR_VHD_METADATA_FULL = -1069940696
Field Value
|
Improve this Doc
View Source
Failed to read the metadata of the virtual hard disk.
Declaration
public const int ERROR_VHD_METADATA_READ_FAILURE = -1069940720
Field Value
|
Improve this Doc
View Source
Failed to write to the metadata of the virtual hard disk.
Declaration
public const int ERROR_VHD_METADATA_WRITE_FAILURE = -1069940719
Field Value
|
Improve this Doc
View Source
There is no change tracking data available associated with the specified change tracking identifier.
Declaration
public const int ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION = -1069940688
Field Value
|
Improve this Doc
View Source
ERROR_VHD_PARENT_VHD_ACCESS_DENIED
The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk.
Declaration
public const int ERROR_VHD_PARENT_VHD_ACCESS_DENIED = -1069940714
Field Value
|
Improve this Doc
View Source
ERROR_VHD_PARENT_VHD_NOT_FOUND
The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk.
Declaration
public const int ERROR_VHD_PARENT_VHD_NOT_FOUND = -1069940723
Field Value
|
Improve this Doc
View Source
ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA
The requested resize operation could not be completed because it might truncate user data residing on the virtual disk.
Declaration
public const int ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA = -1069940699
Field Value
|
Improve this Doc
View Source
ERROR_VHD_SHARED
The requested operation cannot be performed on the virtual disk as it is currently used in shared mode.
Declaration
public const int ERROR_VHD_SHARED = -1067647222
Field Value
|
Improve this Doc
View Source
The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum.
Declaration
public const int ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH = -1069940730
Field Value
|
Improve this Doc
View Source
The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt.
Declaration
public const int ERROR_VHD_SPARSE_HEADER_CORRUPT = -1069940728
Field Value
|
Improve this Doc
View Source
The system does not support this version of the virtual hard disk.This version of the sparse header is not supported.
Declaration
public const int ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION = -1069940729
Field Value
|
Improve this Doc
View Source
ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND
The requested operation failed due to a missing backing storage file.
Declaration
public const int ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND = -1067647220
Field Value
|
Improve this Doc
View Source
ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED
Cannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED = -1070137330
Field Value
|
Improve this Doc
View Source
ERROR_VID_DUPLICATE_HANDLER
The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_DUPLICATE_HANDLER = -1070137343
Field Value
|
Improve this Doc
View Source
ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT
The maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT = -1070137314
Field Value
|
Improve this Doc
View Source
ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT
The memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT = -1070137332
Field Value
|
Improve this Doc
View Source
ERROR_VID_HANDLER_NOT_PRESENT
No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_HANDLER_NOT_PRESENT = -1070137340
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_CHILD_GPA_PAGE_SET
The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_INVALID_CHILD_GPA_PAGE_SET = -1070137310
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_GPA_RANGE_HANDLE
The handle is not a valid page range handle for the virtualization infrastructure driver.
Declaration
public const int ERROR_VID_INVALID_GPA_RANGE_HANDLE = -1070137323
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE
The handle is not a valid memory block handle for the virtualization infrastructure driver.
Declaration
public const int ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE = -1070137326
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE
The handle is not a valid message queue handle for the virtualization infrastructure driver.
Declaration
public const int ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE = -1070137324
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_NUMA_NODE_INDEX
The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology.
Declaration
public const int ERROR_VID_INVALID_NUMA_NODE_INDEX = -1070137328
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_NUMA_SETTINGS
The non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine, you will need to modify the NUMA configuration.
Declaration
public const int ERROR_VID_INVALID_NUMA_SETTINGS = -1070137329
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_OBJECT_NAME
The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_INVALID_OBJECT_NAME = -1070137339
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_PPM_HANDLE
The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver.
Declaration
public const int ERROR_VID_INVALID_PPM_HANDLE = -1070137320
Field Value
|
Improve this Doc
View Source
ERROR_VID_INVALID_PROCESSOR_STATE
Invalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_INVALID_PROCESSOR_STATE = -1070137315
Field Value
|
Improve this Doc
View Source
ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED
This kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED = -1070137313
Field Value
|
Improve this Doc
View Source
ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET
Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET = -1070137312
Field Value
|
Improve this Doc
View Source
ERROR_VID_MB_STILL_REFERENCED
The memory block for the virtualization infrastructure driver is still being used and cannot be destroyed.
Declaration
public const int ERROR_VID_MB_STILL_REFERENCED = -1070137331
Field Value
|
Improve this Doc
View Source
ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE
Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE = -1070137307
Field Value
|
Improve this Doc
View Source
ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT
Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT = -1070137306
Field Value
|
Improve this Doc
View Source
ERROR_VID_MBPS_ARE_LOCKED
Notifications cannot be created on the memory block because it is use.
Declaration
public const int ERROR_VID_MBPS_ARE_LOCKED = -1070137319
Field Value
|
Improve this Doc
View Source
ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED
The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED = -1070137321
Field Value
|
Improve this Doc
View Source
ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS
A message queue with the same name already exists for the virtualization infrastructure driver.
Declaration
public const int ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS = -1070137333
Field Value
|
Improve this Doc
View Source
ERROR_VID_MESSAGE_QUEUE_CLOSED
The message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_MESSAGE_QUEUE_CLOSED = -1070137318
Field Value
|
Improve this Doc
View Source
ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG
The message queue name of the virtualization infrastructure driver exceeds the maximum.
Declaration
public const int ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG = -1070137337
Field Value
|
Improve this Doc
View Source
ERROR_VID_MMIO_RANGE_DESTROYED
The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_MMIO_RANGE_DESTROYED = -1070137311
Field Value
|
Improve this Doc
View Source
ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE
Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block.
Declaration
public const int ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE = -1070137322
Field Value
|
Improve this Doc
View Source
ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED
The memory block for the virtualization infrastructure driver is already associated with a message queue.
Declaration
public const int ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED = -1070137327
Field Value
|
Improve this Doc
View Source
ERROR_VID_PAGE_RANGE_OVERFLOW
The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_PAGE_RANGE_OVERFLOW = -1070137325
Field Value
|
Improve this Doc
View Source
ERROR_VID_PARTITION_ALREADY_EXISTS
Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists.
Declaration
public const int ERROR_VID_PARTITION_ALREADY_EXISTS = -1070137336
Field Value
|
Improve this Doc
View Source
ERROR_VID_PARTITION_DOES_NOT_EXIST
The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_PARTITION_DOES_NOT_EXIST = -1070137335
Field Value
|
Improve this Doc
View Source
ERROR_VID_PARTITION_NAME_NOT_FOUND
The virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_PARTITION_NAME_NOT_FOUND = -1070137334
Field Value
|
Improve this Doc
View Source
ERROR_VID_PARTITION_NAME_TOO_LONG
The partition name of the virtualization infrastructure driver exceeds the maximum.
Declaration
public const int ERROR_VID_PARTITION_NAME_TOO_LONG = -1070137338
Field Value
|
Improve this Doc
View Source
ERROR_VID_QUEUE_FULL
The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_QUEUE_FULL = -1070137341
Field Value
|
Improve this Doc
View Source
ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED
A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems, you may need to modify the NUMA configuration.
Declaration
public const int ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED = -2143879167
Field Value
|
Improve this Doc
View Source
ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED
Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED = -1070137309
Field Value
|
Improve this Doc
View Source
ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL
The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL = -1070137308
Field Value
|
Improve this Doc
View Source
ERROR_VID_SAVED_STATE_CORRUPT
Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.
Declaration
public const int ERROR_VID_SAVED_STATE_CORRUPT = -1070137305
Field Value
|
Improve this Doc
View Source
ERROR_VID_SAVED_STATE_INCOMPATIBLE
Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine.
Declaration
public const int ERROR_VID_SAVED_STATE_INCOMPATIBLE = -1070137303
Field Value
|
Improve this Doc
View Source
ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM
Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine.
Declaration
public const int ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM = -1070137304
Field Value
|
Improve this Doc
View Source
ERROR_VID_STOP_PENDING
Cannot stop the virtual processor immediately because of a pending intercept.
Declaration
public const int ERROR_VID_STOP_PENDING = -1070137316
Field Value
|
Improve this Doc
View Source
ERROR_VID_TOO_MANY_HANDLERS
The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
Declaration
public const int ERROR_VID_TOO_MANY_HANDLERS = -1070137342
Field Value
|
Improve this Doc
View Source
ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED
Cannot add a virtual processor to the partition because the maximum has been reached.
Declaration
public const int ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED = -1070137317
Field Value
|
Improve this Doc
View Source
ERROR_VID_VTL_ACCESS_DENIED
The specified VTL does not have the permission to access the resource.
Declaration
public const int ERROR_VID_VTL_ACCESS_DENIED = -1070137302
Field Value
|
Improve this Doc
View Source
ERROR_VIRTDISK_DISK_ALREADY_OWNED
The disk is already owned by a different owner.
Declaration
public const int ERROR_VIRTDISK_DISK_ALREADY_OWNED = -1069940706
Field Value
|
Improve this Doc
View Source
ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE
The disk must be offline or read-only.
Declaration
public const int ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE = -1069940705
Field Value
|
Improve this Doc
View Source
ERROR_VIRTDISK_NOT_VIRTUAL_DISK
The specified disk is not a virtual disk.
Declaration
public const int ERROR_VIRTDISK_NOT_VIRTUAL_DISK = -1069940715
Field Value
|
Improve this Doc
View Source
ERROR_VIRTDISK_PROVIDER_NOT_FOUND
A virtual disk support provider for the specified file was not found.
Declaration
public const int ERROR_VIRTDISK_PROVIDER_NOT_FOUND = -1069940716
Field Value
|
Improve this Doc
View Source
ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE
The sector size of the physical disk on which the virtual disk resides is not supported.
Declaration
public const int ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE = -1069940707
Field Value
|
Improve this Doc
View Source
ERROR_VIRTUAL_DISK_LIMITATION
The requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse.
Declaration
public const int ERROR_VIRTUAL_DISK_LIMITATION = -1069940710
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_CONNECT_FAILED
A connection could not be established with the Virtual Machine hosting the Container.
Declaration
public const int ERROR_VMCOMPUTE_CONNECT_FAILED = -1070137080
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_CONNECTION_CLOSED
The connection with the Virtual Machine hosting the container was closed.
Declaration
public const int ERROR_VMCOMPUTE_CONNECTION_CLOSED = -1070137078
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED
A Virtual Machine could not be started because Hyper-V is not installed.
Declaration
public const int ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED = -1070137086
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_IMAGE_MISMATCH
The operating system of the container does not match the operating system of the host.
Declaration
public const int ERROR_VMCOMPUTE_IMAGE_MISMATCH = -1070137087
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_INVALID_JSON
The JSON document is invalid.
Declaration
public const int ERROR_VMCOMPUTE_INVALID_JSON = -1070137075
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_INVALID_LAYER
The container's image contains a layer with an unrecognized format.
Declaration
public const int ERROR_VMCOMPUTE_INVALID_LAYER = -1070137070
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_INVALID_STATE
The requested compute system operation is not valid in the current state.
Declaration
public const int ERROR_VMCOMPUTE_INVALID_STATE = -1070137083
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_OPERATION_PENDING
The call to start an asynchronous operation succeeded and the operation is performed in the background.
Declaration
public const int ERROR_VMCOMPUTE_OPERATION_PENDING = -1070137085
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_PROTOCOL_ERROR
A communication protocol error has occurred between the Hyper-V Host and Guest Compute Service.
Declaration
public const int ERROR_VMCOMPUTE_PROTOCOL_ERROR = -1070137071
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS
A Compute System with the specified identifier already exists.
Declaration
public const int ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS = -1070137073
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED
The Compute System with the specified identifier did already stop.
Declaration
public const int ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED = -1070137072
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND
A Compute System with the specified identifier does not exist.
Declaration
public const int ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND = -1070137074
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_TERMINATED
The compute system was forcefully terminated.
Declaration
public const int ERROR_VMCOMPUTE_TERMINATED = -1070137081
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_TERMINATED_DURING_START
The compute system unexpectedly terminated while starting.
Declaration
public const int ERROR_VMCOMPUTE_TERMINATED_DURING_START = -1070137088
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_TIMEOUT
The operation timed out because a response was not received from the Virtual Machine hosting the Container.
Declaration
public const int ERROR_VMCOMPUTE_TIMEOUT = -1070137079
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS
The supported number of notification callbacks has been exceeded.
Declaration
public const int ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS = -1070137084
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_UNEXPECTED_EXIT
The compute system exited unexpectedly.
Declaration
public const int ERROR_VMCOMPUTE_UNEXPECTED_EXIT = -1070137082
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_UNKNOWN_MESSAGE
An unknown internal message was received by the Hyper-V Compute Service.
Declaration
public const int ERROR_VMCOMPUTE_UNKNOWN_MESSAGE = -1070137077
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION
The communication protocol version between the Hyper-V Host and Guest Compute Services is not supported.
Declaration
public const int ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION = -1070137076
Field Value
|
Improve this Doc
View Source
ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED
Declaration
public const int ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED = -1070137069
Field Value
|
Improve this Doc
View Source
ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND
A virtual switch with the given name was not found.
Declaration
public const int ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND = -1070136832
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_ALL_DISKS_FAILED
All disks belonging to the pack failed.
Declaration
public const int ERROR_VOLMGR_ALL_DISKS_FAILED = -1070071767
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_BAD_BOOT_DISK
The boot disk experienced failures.
Declaration
public const int ERROR_VOLMGR_BAD_BOOT_DISK = -1070071729
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DATABASE_FULL
The configuration database is full.
Declaration
public const int ERROR_VOLMGR_DATABASE_FULL = -1070071807
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE
All disks participating to the volume must have the same sector size.
Declaration
public const int ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE = -1070071730
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED
The configuration data on the disk is corrupted.
Declaration
public const int ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED = -1070071806
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC
The configuration on the disk is not insync with the in-memory configuration.
Declaration
public const int ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC = -1070071805
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME
The disk contains non-simple volumes.
Declaration
public const int ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME = -1070071803
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_DUPLICATE
The same disk was specified more than once in the migration list.
Declaration
public const int ERROR_VOLMGR_DISK_DUPLICATE = -1070071802
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_DYNAMIC
The disk is already dynamic.
Declaration
public const int ERROR_VOLMGR_DISK_DYNAMIC = -1070071801
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_ID_INVALID
The specified disk id is invalid. There are no disks with the specified disk id.
Declaration
public const int ERROR_VOLMGR_DISK_ID_INVALID = -1070071800
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_INVALID
The specified disk is an invalid disk. Operation cannot complete on an invalid disk.
Declaration
public const int ERROR_VOLMGR_DISK_INVALID = -1070071799
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAST_VOTER
The specified disk(s) cannot be removed since it is the last remaining voter.
Declaration
public const int ERROR_VOLMGR_DISK_LAST_VOTER = -1070071798
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAYOUT_INVALID
The specified disk has an invalid disk layout.
Declaration
public const int ERROR_VOLMGR_DISK_LAYOUT_INVALID = -1070071797
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS
The disk layout contains non-basic partitions which appear after basic paritions. This is an invalid disk layout.
Declaration
public const int ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS = -1070071796
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED
The disk layout contains partitions which are not cylinder aligned.
Declaration
public const int ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED = -1070071795
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL
The disk layout contains partitions which are samller than the minimum size.
Declaration
public const int ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL = -1070071794
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS
The disk layout contains primary partitions in between logical drives. This is an invalid disk layout.
Declaration
public const int ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS = -1070071793
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS
The disk layout contains more than the maximum number of supported partitions.
Declaration
public const int ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS = -1070071792
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_MISSING
The specified disk is missing. The operation cannot complete on a missing disk.
Declaration
public const int ERROR_VOLMGR_DISK_MISSING = -1070071791
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_NOT_EMPTY
The specified disk is not empty.
Declaration
public const int ERROR_VOLMGR_DISK_NOT_EMPTY = -1070071790
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE
There is not enough usable space for this operation.
Declaration
public const int ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE = -1070071789
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_REVECTORING_FAILED
The force revectoring of bad sectors failed.
Declaration
public const int ERROR_VOLMGR_DISK_REVECTORING_FAILED = -1070071788
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID
The specified disk has an invalid sector size.
Declaration
public const int ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID = -1070071787
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_SET_NOT_CONTAINED
The specified disk set contains volumes which exist on disks outside of the set.
Declaration
public const int ERROR_VOLMGR_DISK_SET_NOT_CONTAINED = -1070071786
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS
A disk in the volume layout provides extents to more than one member of a plex.
Declaration
public const int ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS = -1070071785
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES
A disk in the volume layout provides extents to more than one plex.
Declaration
public const int ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES = -1070071784
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED
Dynamic disks are not supported on this system.
Declaration
public const int ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED = -1070071783
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_EXTENT_ALREADY_USED
The specified extent is already used by other volumes.
Declaration
public const int ERROR_VOLMGR_EXTENT_ALREADY_USED = -1070071782
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS
The specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume.
Declaration
public const int ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS = -1070071781
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION
The specified volume extent is not within the public region of the disk.
Declaration
public const int ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION = -1070071780
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED
The specifed volume extent is not sector aligned.
Declaration
public const int ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED = -1070071779
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION
The specified parition overlaps an EBR (the first track of an extended partition on a MBR disks).
Declaration
public const int ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION = -1070071778
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH
The specified extent lengths cannot be used to construct a volume with specified length.
Declaration
public const int ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH = -1070071777
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED
The system does not support fault tolerant volumes.
Declaration
public const int ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED = -1070071776
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION
One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems.
Declaration
public const int ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION = -2143813630
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_INCOMPLETE_REGENERATION
The regeneration operation was not able to copy all data from the active plexes due to bad sectors.
Declaration
public const int ERROR_VOLMGR_INCOMPLETE_REGENERATION = -2143813631
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID
The specified interleave length is invalid.
Declaration
public const int ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID = -1070071775
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS
There is already a maximum number of registered users.
Declaration
public const int ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS = -1070071774
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MEMBER_IN_SYNC
The specified member is already in-sync with the other active members. It does not need to be regenerated.
Declaration
public const int ERROR_VOLMGR_MEMBER_IN_SYNC = -1070071773
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE
The same member index was specified more than once.
Declaration
public const int ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE = -1070071772
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MEMBER_INDEX_INVALID
The specified member index is greater or equal than the number of members in the volume plex.
Declaration
public const int ERROR_VOLMGR_MEMBER_INDEX_INVALID = -1070071771
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MEMBER_MISSING
The specified member is missing. It cannot be regenerated.
Declaration
public const int ERROR_VOLMGR_MEMBER_MISSING = -1070071770
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MEMBER_NOT_DETACHED
The specified member is not detached. Cannot replace a member which is not detached.
Declaration
public const int ERROR_VOLMGR_MEMBER_NOT_DETACHED = -1070071769
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MEMBER_REGENERATING
The specified member is already regenerating.
Declaration
public const int ERROR_VOLMGR_MEMBER_REGENERATING = -1070071768
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_MIRROR_NOT_SUPPORTED
The system does not support mirrored volumes.
Declaration
public const int ERROR_VOLMGR_MIRROR_NOT_SUPPORTED = -1070071717
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NO_REGISTERED_USERS
There are currently no registered users for notifications. The task number is irrelevant unless there are registered users.
Declaration
public const int ERROR_VOLMGR_NO_REGISTERED_USERS = -1070071766
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NO_SUCH_USER
The specified notification user does not exist. Failed to unregister user for notifications.
Declaration
public const int ERROR_VOLMGR_NO_SUCH_USER = -1070071765
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NO_VALID_LOG_COPIES
The pack has no valid log copies.
Declaration
public const int ERROR_VOLMGR_NO_VALID_LOG_COPIES = -1070071720
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NOT_PRIMARY_PACK
The specified pack is not the primary pack.
Declaration
public const int ERROR_VOLMGR_NOT_PRIMARY_PACK = -1070071726
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NOTIFICATION_RESET
The notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications.
Declaration
public const int ERROR_VOLMGR_NOTIFICATION_RESET = -1070071764
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID
The specified number of disks in a plex member is invalid.
Declaration
public const int ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID = -1070071723
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID
The specified number of disks in a plex is invalid.
Declaration
public const int ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID = -1070071724
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID
The specified number of disks is invalid.
Declaration
public const int ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID = -1070071718
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID
The specified number of extents is invalid.
Declaration
public const int ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID = -1070071731
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID
The specified number of members is invalid.
Declaration
public const int ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID = -1070071763
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID
The specified number of plexes is invalid.
Declaration
public const int ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID = -1070071762
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_CONFIG_OFFLINE
The configuration of the pack is offline.
Declaration
public const int ERROR_VOLMGR_PACK_CONFIG_OFFLINE = -1070071728
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_CONFIG_ONLINE
The configuration of the pack is online.
Declaration
public const int ERROR_VOLMGR_PACK_CONFIG_ONLINE = -1070071727
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED
A majority of disks failed to be updated with the new configuration.
Declaration
public const int ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED = -1070071804
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_DUPLICATE
The specified source and target packs are identical.
Declaration
public const int ERROR_VOLMGR_PACK_DUPLICATE = -1070071761
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_HAS_QUORUM
The specified pack already has a quorum of healthy disks.
Declaration
public const int ERROR_VOLMGR_PACK_HAS_QUORUM = -1070071756
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_ID_INVALID
The specified pack id is invalid. There are no packs with the specified pack id.
Declaration
public const int ERROR_VOLMGR_PACK_ID_INVALID = -1070071760
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_INVALID
The specified pack is the invalid pack. The operation cannot complete with the invalid pack.
Declaration
public const int ERROR_VOLMGR_PACK_INVALID = -1070071759
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED
All disks failed to be updated with the new content of the log.
Declaration
public const int ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED = -1070071725
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_NAME_INVALID
The specified pack name is invalid.
Declaration
public const int ERROR_VOLMGR_PACK_NAME_INVALID = -1070071758
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_OFFLINE
The specified pack is offline.
Declaration
public const int ERROR_VOLMGR_PACK_OFFLINE = -1070071757
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PACK_WITHOUT_QUORUM
The pack does not have a quorum of healthy disks.
Declaration
public const int ERROR_VOLMGR_PACK_WITHOUT_QUORUM = -1070071755
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PARTITION_STYLE_INVALID
The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported.
Declaration
public const int ERROR_VOLMGR_PARTITION_STYLE_INVALID = -1070071754
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PARTITION_UPDATE_FAILED
Failed to update the disk's partition layout.
Declaration
public const int ERROR_VOLMGR_PARTITION_UPDATE_FAILED = -1070071753
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_IN_SYNC
The specified plex is already in-sync with the other active plexes. It does not need to be regenerated.
Declaration
public const int ERROR_VOLMGR_PLEX_IN_SYNC = -1070071752
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_INDEX_DUPLICATE
The same plex index was specified more than once.
Declaration
public const int ERROR_VOLMGR_PLEX_INDEX_DUPLICATE = -1070071751
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_INDEX_INVALID
The specified plex index is greater or equal than the number of plexes in the volume.
Declaration
public const int ERROR_VOLMGR_PLEX_INDEX_INVALID = -1070071750
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_LAST_ACTIVE
The specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline.
Declaration
public const int ERROR_VOLMGR_PLEX_LAST_ACTIVE = -1070071749
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_MISSING
The specified plex is missing.
Declaration
public const int ERROR_VOLMGR_PLEX_MISSING = -1070071748
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_NOT_RAID5
The operation is only supported on RAID-5 plexes.
Declaration
public const int ERROR_VOLMGR_PLEX_NOT_RAID5 = -1070071745
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_NOT_SIMPLE
The operation is only supported on simple plexes.
Declaration
public const int ERROR_VOLMGR_PLEX_NOT_SIMPLE = -1070071744
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED
The operation is only supported on simple and spanned plexes.
Declaration
public const int ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED = -1070071721
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_REGENERATING
The specified plex is currently regenerating.
Declaration
public const int ERROR_VOLMGR_PLEX_REGENERATING = -1070071747
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PLEX_TYPE_INVALID
The specified plex type is invalid.
Declaration
public const int ERROR_VOLMGR_PLEX_TYPE_INVALID = -1070071746
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_PRIMARY_PACK_PRESENT
A primary pack is already present.
Declaration
public const int ERROR_VOLMGR_PRIMARY_PACK_PRESENT = -1070071719
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_RAID5_NOT_SUPPORTED
The system does not support RAID-5 volumes.
Declaration
public const int ERROR_VOLMGR_RAID5_NOT_SUPPORTED = -1070071716
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_STRUCTURE_SIZE_INVALID
The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set.
Declaration
public const int ERROR_VOLMGR_STRUCTURE_SIZE_INVALID = -1070071743
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS
There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications.
Declaration
public const int ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS = -1070071742
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_TRANSACTION_IN_PROGRESS
There is currently a transaction in process.
Declaration
public const int ERROR_VOLMGR_TRANSACTION_IN_PROGRESS = -1070071741
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE
An unexpected layout change occurred outside of the volume manager.
Declaration
public const int ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE = -1070071740
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK
The specified volume contains a missing disk.
Declaration
public const int ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK = -1070071739
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_ID_INVALID
The specified volume id is invalid. There are no volumes with the specified volume id.
Declaration
public const int ERROR_VOLMGR_VOLUME_ID_INVALID = -1070071738
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_LENGTH_INVALID
The specified volume length is invalid.
Declaration
public const int ERROR_VOLMGR_VOLUME_LENGTH_INVALID = -1070071737
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE
The specified size for the volume is not a multiple of the sector size.
Declaration
public const int ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE = -1070071736
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_MIRRORED
The operation is not supported on mirrored volumes.
Declaration
public const int ERROR_VOLMGR_VOLUME_MIRRORED = -1070071722
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_NOT_MIRRORED
The operation is only supported on mirrored volumes.
Declaration
public const int ERROR_VOLMGR_VOLUME_NOT_MIRRORED = -1070071735
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_NOT_RETAINED
The specified volume does not have a retain partition.
Declaration
public const int ERROR_VOLMGR_VOLUME_NOT_RETAINED = -1070071734
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_OFFLINE
The specified volume is offline.
Declaration
public const int ERROR_VOLMGR_VOLUME_OFFLINE = -1070071733
Field Value
|
Improve this Doc
View Source
ERROR_VOLMGR_VOLUME_RETAINED
The specified volume already has a retain partition.
Declaration
public const int ERROR_VOLMGR_VOLUME_RETAINED = -1070071732
Field Value
|
Improve this Doc
View Source
ERROR_VOLSNAP_ACTIVATION_TIMEOUT
Activation of persistent snapshots on this volume took longer than was allowed.
Declaration
public const int ERROR_VOLSNAP_ACTIVATION_TIMEOUT = -2138963966
Field Value
|
Improve this Doc
View Source
ERROR_VOLSNAP_BOOTFILE_NOT_VALID
The bootfile is too small to support persistent snapshots.
Declaration
public const int ERROR_VOLSNAP_BOOTFILE_NOT_VALID = -2138963967
Field Value
|
Improve this Doc
View Source
EVENT_E_ALL_SUBSCRIBERS_FAILED
An event was unable to invoke any of the subscribers
Declaration
public const int EVENT_E_ALL_SUBSCRIBERS_FAILED = -2147220991
Field Value
|
Improve this Doc
View Source
Cannot modify or delete an object that was added using the COM+ Admin SDK
Declaration
public const int EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT = -2147220978
Field Value
|
Improve this Doc
View Source
Cannot modify or delete an object that was not added using the COM+ Admin SDK
Declaration
public const int EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT = -2147220979
Field Value
|
Improve this Doc
View Source
EVENT_E_COMPLUS_NOT_INSTALLED
COM+ is required for this operation, but is not installed
Declaration
public const int EVENT_E_COMPLUS_NOT_INSTALLED = -2147220980
Field Value
|
Improve this Doc
View Source
EVENT_E_FIRST
Declaration
public const int EVENT_E_FIRST = -2147220992
Field Value
|
Improve this Doc
View Source
EVENT_E_INTERNALERROR
An unexpected internal error was detected
Declaration
public const int EVENT_E_INTERNALERROR = -2147220986
Field Value
|
Improve this Doc
View Source
EVENT_E_INTERNALEXCEPTION
An unexpected exception was raised
Declaration
public const int EVENT_E_INTERNALEXCEPTION = -2147220987
Field Value
|
Improve this Doc
View Source
EVENT_E_INVALID_EVENT_CLASS_PARTITION
The event class for this subscription is in an invalid partition
Declaration
public const int EVENT_E_INVALID_EVENT_CLASS_PARTITION = -2147220977
Field Value
|
Improve this Doc
View Source
EVENT_E_INVALID_PER_USER_SID
The owner SID on a per-user subscription doesn't exist
Declaration
public const int EVENT_E_INVALID_PER_USER_SID = -2147220985
Field Value
|
Improve this Doc
View Source
EVENT_E_LAST
Declaration
public const int EVENT_E_LAST = -2147220961
Field Value
|
Improve this Doc
View Source
EVENT_E_MISSING_EVENTCLASS
A subscription cannot be stored unless its event class already exists
Declaration
public const int EVENT_E_MISSING_EVENTCLASS = -2147220982
Field Value
|
Improve this Doc
View Source
EVENT_E_NOT_ALL_REMOVED
Not all the objects requested could be removed
Declaration
public const int EVENT_E_NOT_ALL_REMOVED = -2147220981
Field Value
|
Improve this Doc
View Source
EVENT_E_PER_USER_SID_NOT_LOGGED_ON
The owner of the PerUser subscription is not logged on to the system specified
Declaration
public const int EVENT_E_PER_USER_SID_NOT_LOGGED_ON = -2147220976
Field Value
|
Improve this Doc
View Source
EVENT_E_QUERYFIELD
An invalid field name was used in a query string
Declaration
public const int EVENT_E_QUERYFIELD = -2147220988
Field Value
|
Improve this Doc
View Source
EVENT_E_QUERYSYNTAX
A syntax error occurred trying to evaluate a query string
Declaration
public const int EVENT_E_QUERYSYNTAX = -2147220989
Field Value
|
Improve this Doc
View Source
EVENT_E_TOO_MANY_METHODS
An interface has too many methods to fire events from
Declaration
public const int EVENT_E_TOO_MANY_METHODS = -2147220983
Field Value
|
Improve this Doc
View Source
EVENT_E_USER_EXCEPTION
A user-supplied component or subscriber raised an exception
Declaration
public const int EVENT_E_USER_EXCEPTION = -2147220984
Field Value
|
Improve this Doc
View Source
EVENT_S_FIRST
Declaration
public const int EVENT_S_FIRST = 262656
Field Value
|
Improve this Doc
View Source
EVENT_S_LAST
Declaration
public const int EVENT_S_LAST = 262687
Field Value
|
Improve this Doc
View Source
EVENT_S_NOSUBSCRIBERS
An event was delivered but there were no subscribers
Declaration
public const int EVENT_S_NOSUBSCRIBERS = 262658
Field Value
|
Improve this Doc
View Source
EVENT_S_SOME_SUBSCRIBERS_FAILED
An event was able to invoke some but not all of the subscribers
Declaration
public const int EVENT_S_SOME_SUBSCRIBERS_FAILED = 262656
Field Value
|
Improve this Doc
View Source
FA_E_HOMEGROUP_NOT_AVAILABLE
Cannot access Homegroup. Homegroup may not be set up or may have encountered an error.
Declaration
public const int FA_E_HOMEGROUP_NOT_AVAILABLE = -2144927198
Field Value
|
Improve this Doc
View Source
FA_E_MAX_PERSISTED_ITEMS_REACHED
The maximum number of items for the access list has been reached. An item must be removed before another item is added.
Declaration
public const int FA_E_MAX_PERSISTED_ITEMS_REACHED = -2144927200
Field Value
|
Improve this Doc
View Source
FACILITY_NT_BIT
Declaration
public const int FACILITY_NT_BIT = 268435456
Field Value
|
Improve this Doc
View Source
FVE_E_ACTION_NOT_ALLOWED
BitLocker Drive Encryption cannot perform the requested action. This condition may occur when two requests are issued at the same time. Wait a few moments and then try the action again.
Declaration
public const int FVE_E_ACTION_NOT_ALLOWED = -2144272375
Field Value
|
Improve this Doc
View Source
FVE_E_AD_ATTR_NOT_SET
The attribute was not set. Verify that you are logged on with a domain account that has the ability to write information to Active Directory objects.
Declaration
public const int FVE_E_AD_ATTR_NOT_SET = -2144272370
Field Value
|
Improve this Doc
View Source
FVE_E_AD_GUID_NOT_FOUND
The specified attribute cannot be found in Active Directory Domain Services. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed.
Declaration
public const int FVE_E_AD_GUID_NOT_FOUND = -2144272369
Field Value
|
Improve this Doc
View Source
FVE_E_AD_INSUFFICIENT_BUFFER
The buffer supplied to a function was insufficient to contain the returned data. Increase the buffer size before running the function again.
Declaration
public const int FVE_E_AD_INSUFFICIENT_BUFFER = -2144272358
Field Value
|
Improve this Doc
View Source
FVE_E_AD_INVALID_DATASIZE
The size of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
Declaration
public const int FVE_E_AD_INVALID_DATASIZE = -2144272372
Field Value
|
Improve this Doc
View Source
FVE_E_AD_INVALID_DATATYPE
The type of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
Declaration
public const int FVE_E_AD_INVALID_DATATYPE = -2144272373
Field Value
|
Improve this Doc
View Source
FVE_E_AD_NO_VALUES
The attribute read from Active Directory does not contain any values. The BitLocker recovery information may be missing or corrupted.
Declaration
public const int FVE_E_AD_NO_VALUES = -2144272371
Field Value
|
Improve this Doc
View Source
FVE_E_AD_SCHEMA_NOT_INSTALLED
The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed.
Declaration
public const int FVE_E_AD_SCHEMA_NOT_INSTALLED = -2144272374
Field Value
|
Improve this Doc
View Source
FVE_E_ADBACKUP_NOT_ENABLED
Group policy prevents you from backing up your recovery password to Active Directory for this drive type. For more info, contact your system administrator.
Declaration
public const int FVE_E_ADBACKUP_NOT_ENABLED = -2144272171
Field Value
|
Improve this Doc
View Source
FVE_E_AUTH_INVALID_APPLICATION
A boot application has changed since BitLocker Drive Encryption was enabled.
Declaration
public const int FVE_E_AUTH_INVALID_APPLICATION = -2144272316
Field Value
|
Improve this Doc
View Source
FVE_E_AUTH_INVALID_CONFIG
The Boot Configuration Data (BCD) settings have changed since BitLocker Drive Encryption was enabled.
Declaration
public const int FVE_E_AUTH_INVALID_CONFIG = -2144272315
Field Value
|
Improve this Doc
View Source
FVE_E_AUTOUNLOCK_ENABLED
BitLocker Drive Encryption cannot be turned off on the operating system drive until the auto unlock feature has been disabled for the fixed data drives and removable data drives associated with this computer.
Declaration
public const int FVE_E_AUTOUNLOCK_ENABLED = -2144272343
Field Value
|
Improve this Doc
View Source
FVE_E_BAD_DATA
Declaration
public const int FVE_E_BAD_DATA = -2144272362
Field Value
|
Improve this Doc
View Source
The BitLocker metadata for the encrypted drive is not valid. You can attempt to repair the drive to restore access.
Declaration
public const int FVE_E_BAD_INFORMATION = -2144272368
Field Value
|
Improve this Doc
View Source
FVE_E_BAD_PARTITION_SIZE
The file system size is larger than the partition size in the partition table. This drive may be corrupt or may have been tampered with. To use it with BitLocker, you must reformat the partition.
Declaration
public const int FVE_E_BAD_PARTITION_SIZE = -2144272364
Field Value
|
Improve this Doc
View Source
FVE_E_BCD_APPLICATIONS_PATH_INCORRECT
The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again.
Declaration
public const int FVE_E_BCD_APPLICATIONS_PATH_INCORRECT = -2144272302
Field Value
|
Improve this Doc
View Source
FVE_E_BOOTABLE_CDDVD
BitLocker Drive Encryption detected bootable media (CD or DVD) in the computer. Remove the media and restart the computer before configuring BitLocker.
Declaration
public const int FVE_E_BOOTABLE_CDDVD = -2144272336
Field Value
|
Improve this Doc
View Source
FVE_E_BUFFER_TOO_LARGE
The input buffer is too large.
Declaration
public const int FVE_E_BUFFER_TOO_LARGE = -2144272177
Field Value
|
Improve this Doc
View Source
FVE_E_CANNOT_ENCRYPT_NO_KEY
BitLocker Drive Encryption cannot encrypt the specified drive because an encryption key is not available. Add a key protector to encrypt this drive.
Declaration
public const int FVE_E_CANNOT_ENCRYPT_NO_KEY = -2144272338
Field Value
|
Improve this Doc
View Source
FVE_E_CANNOT_SET_FVEK_ENCRYPTED
The drive encryption algorithm and key cannot be set on a previously encrypted drive. To encrypt this drive with BitLocker Drive Encryption, remove the previous encryption and then turn on BitLocker.
Declaration
public const int FVE_E_CANNOT_SET_FVEK_ENCRYPTED = -2144272339
Field Value
|
Improve this Doc
View Source
FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME
The drive cannot be locked because it is automatically unlocked on this computer. Remove the automatic unlock protector to lock this drive.
Declaration
public const int FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME = -2144272233
Field Value
|
Improve this Doc
View Source
FVE_E_CLUSTERING_NOT_SUPPORTED
Cluster configurations are not supported by BitLocker Drive Encryption.
Declaration
public const int FVE_E_CLUSTERING_NOT_SUPPORTED = -2144272354
Field Value
|
Improve this Doc
View Source
FVE_E_CONV_READ
A read operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
Declaration
public const int FVE_E_CONV_READ = -2144272357
Field Value
|
Improve this Doc
View Source
FVE_E_CONV_RECOVERY_FAILED
BitLocker Drive Encryption failed to recover from an abruptly terminated conversion. This could be due to either all conversion logs being corrupted or the media being write-protected.
Declaration
public const int FVE_E_CONV_RECOVERY_FAILED = -2144272248
Field Value
|
Improve this Doc
View Source
FVE_E_CONV_WRITE
A write operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
Declaration
public const int FVE_E_CONV_WRITE = -2144272356
Field Value
|
Improve this Doc
View Source
FVE_E_DE_DEVICE_LOCKEDOUT
Device Lock has been triggered due to too many incorrect password attempts.
Declaration
public const int FVE_E_DE_DEVICE_LOCKEDOUT = -2144272182
Field Value
|
Improve this Doc
View Source
FVE_E_DE_FIXED_DATA_NOT_SUPPORTED
This PC cannot support device encryption because unencrypted fixed data volumes are present.
Declaration
public const int FVE_E_DE_FIXED_DATA_NOT_SUPPORTED = -2144272187
Field Value
|
Improve this Doc
View Source
FVE_E_DE_HARDWARE_NOT_COMPLIANT
This PC does not meet the hardware requirements to support device encryption.
Declaration
public const int FVE_E_DE_HARDWARE_NOT_COMPLIANT = -2144272186
Field Value
|
Improve this Doc
View Source
FVE_E_DE_OS_VOLUME_NOT_PROTECTED
This PC is not provisioned to support device encryption.
Declaration
public const int FVE_E_DE_OS_VOLUME_NOT_PROTECTED = -2144272183
Field Value
|
Improve this Doc
View Source
FVE_E_DE_PREVENTED_FOR_OS
Device encryption is currently blocked by this PC's configuration.
Declaration
public const int FVE_E_DE_PREVENTED_FOR_OS = -2144272175
Field Value
|
Improve this Doc
View Source
FVE_E_DE_PROTECTION_NOT_YET_ENABLED
Protection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error, please refer to the event log for more information.
Declaration
public const int FVE_E_DE_PROTECTION_NOT_YET_ENABLED = -2144272181
Field Value
|
Improve this Doc
View Source
FVE_E_DE_PROTECTION_SUSPENDED
Protection is enabled on the volume but has been suspended. This is likely to have happened due to an update being applied to your system. Please try again after a reboot.
Declaration
public const int FVE_E_DE_PROTECTION_SUSPENDED = -2144272184
Field Value
|
Improve this Doc
View Source
FVE_E_DE_VOLUME_NOT_SUPPORTED
Device encryption isn't available for this drive.
Declaration
public const int FVE_E_DE_VOLUME_NOT_SUPPORTED = -2144272173
Field Value
|
Improve this Doc
View Source
FVE_E_DE_VOLUME_OPTED_OUT
This drive has been opted out of device encryption.
Declaration
public const int FVE_E_DE_VOLUME_OPTED_OUT = -2144272174
Field Value
|
Improve this Doc
View Source
This PC cannot support device encryption because WinRE is not properly configured.
Declaration
public const int FVE_E_DE_WINRE_NOT_CONFIGURED = -2144272185
Field Value
|
Improve this Doc
View Source
FVE_E_DEBUGGER_ENABLED
Drive encryption cannot occur while boot debugging is enabled. Use the bcdedit command-line tool to turn off boot debugging.
Declaration
public const int FVE_E_DEBUGGER_ENABLED = -2144272305
Field Value
|
Improve this Doc
View Source
FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE
BitLocker cannot use hardware replay protection because no counter is available on your PC.
Declaration
public const int FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE = -2144272179
Field Value
|
Improve this Doc
View Source
FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH
Device Lockout state validation failed due to counter mismatch.
Declaration
public const int FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH = -2144272178
Field Value
|
Improve this Doc
View Source
FVE_E_DRY_RUN_FAILED
The BitLocker encryption key cannot be obtained. Verify that the Trusted Platform Module (TPM) is enabled and ownership has been taken. If this computer does not have a TPM, verify that the USB drive is inserted and available.
Declaration
public const int FVE_E_DRY_RUN_FAILED = -2144272307
Field Value
|
Improve this Doc
View Source
FVE_E_DV_NOT_ALLOWED_BY_GP
The selected discovery drive type is not allowed by the computer's Group Policy settings. Verify that Group Policy settings allow the creation of discovery drives for use with BitLocker To Go.
Declaration
public const int FVE_E_DV_NOT_ALLOWED_BY_GP = -2144272271
Field Value
|
Improve this Doc
View Source
FVE_E_DV_NOT_SUPPORTED_ON_FS
The selected discovery drive type is incompatible with the file system on the drive. BitLocker To Go discovery drives must be created on FAT formatted drives.
Declaration
public const int FVE_E_DV_NOT_SUPPORTED_ON_FS = -2144272272
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_BAND_IN_USE
The drive cannot be managed by BitLocker because the drive's hardware encryption feature is already in use.
Declaration
public const int FVE_E_EDRIVE_BAND_IN_USE = -2144272208
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_DISALLOWED_BY_GP
Group Policy settings do not allow the use of hardware-based encryption.
Declaration
public const int FVE_E_EDRIVE_DISALLOWED_BY_GP = -2144272207
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_DRY_RUN_FAILED
Your computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates.
Declaration
public const int FVE_E_EDRIVE_DRY_RUN_FAILED = -2144272196
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_DV_NOT_SUPPORTED
Discovery Volumes are not supported for volumes using hardware encryption.
Declaration
public const int FVE_E_EDRIVE_DV_NOT_SUPPORTED = -2144272204
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE
This PC's firmware is not capable of supporting hardware encryption.
Declaration
public const int FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE = -2144272193
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_INCOMPATIBLE_VOLUME
The drive specified does not support hardware-based encryption.
Declaration
public const int FVE_E_EDRIVE_INCOMPATIBLE_VOLUME = -2144272206
Field Value
|
Improve this Doc
View Source
FVE_E_EDRIVE_NO_FAILOVER_TO_SW
BitLocker did not revert to using BitLocker software encryption due to group policy configuration.
Declaration
public const int FVE_E_EDRIVE_NO_FAILOVER_TO_SW = -2144272209
Field Value
|
Improve this Doc
View Source
FVE_E_EFI_ONLY
The feature is only supported on EFI systems.
Declaration
public const int FVE_E_EFI_ONLY = -2144272228
Field Value
|
Improve this Doc
View Source
FVE_E_ENH_PIN_INVALID
The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and enhanced PIN. Try using a PIN containing only numerals.
Declaration
public const int FVE_E_ENH_PIN_INVALID = -2144272231
Field Value
|
Improve this Doc
View Source
FVE_E_EOW_NOT_SUPPORTED_IN_VERSION
The encrypt on write mode for BitLocker is not supported in this version of Windows. You can turn on BitLocker without using the encrypt on write mode.
Declaration
public const int FVE_E_EOW_NOT_SUPPORTED_IN_VERSION = -2144272172
Field Value
|
Improve this Doc
View Source
FVE_E_FAILED_AUTHENTICATION
The drive cannot be unlocked with the key provided. Confirm that you have provided the correct key and try again.
Declaration
public const int FVE_E_FAILED_AUTHENTICATION = -2144272345
Field Value
|
Improve this Doc
View Source
FVE_E_FAILED_SECTOR_SIZE
The drive encryption algorithm cannot be used on this sector size.
Declaration
public const int FVE_E_FAILED_SECTOR_SIZE = -2144272346
Field Value
|
Improve this Doc
View Source
FVE_E_FAILED_WRONG_FS
The drive cannot be encrypted because the file system is not supported.
Declaration
public const int FVE_E_FAILED_WRONG_FS = -2144272365
Field Value
|
Improve this Doc
View Source
FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED
The Group Policy setting requiring FIPS compliance prohibits the use of unencrypted keys, which prevents BitLocker from being suspended on this drive. Please contact your domain administrator for more information.
Declaration
public const int FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED = -2144272314
Field Value
|
Improve this Doc
View Source
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED
The default BitLocker Key Derivation Function SP800-56A for ECC smart cards is not supported by your smart card. The Group Policy setting requiring FIPS-compliance prevents BitLocker from using any other key derivation function for encryption. You have to use a FIPS compliant smart card in FIPS restricted environments.
Declaration
public const int FVE_E_FIPS_HASH_KDF_NOT_ALLOWED = -2144272232
Field Value
|
Improve this Doc
View Source
FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT
The Group Policy setting requiring FIPS compliance prevents the recovery password from being saved to Active Directory. When operating in FIPS-compliant mode, BitLocker recovery options can be either a recovery key stored on a USB drive or recovery through a data recovery agent. Check your Group Policy settings configuration.
Declaration
public const int FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT = -2144272328
Field Value
|
Improve this Doc
View Source
FVE_E_FIPS_PREVENTS_PASSPHRASE
The Group Policy setting requiring FIPS compliance prevents passwords from being generated or used. Please contact your system administrator for more information.
Declaration
public const int FVE_E_FIPS_PREVENTS_PASSPHRASE = -2144272276
Field Value
|
Improve this Doc
View Source
FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD
The Group Policy setting requiring FIPS compliance prevents a local recovery password from being generated or used by BitLocker Drive Encryption. When operating in FIPS-compliant mode, BitLocker recovery options can be either a recovery key stored on a USB drive or recovery through a data recovery agent.
Declaration
public const int FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD = -2144272329
Field Value
|
Improve this Doc
View Source
FVE_E_FIPS_RNG_CHECK_FAILED
The random number generator check test failed.
Declaration
public const int FVE_E_FIPS_RNG_CHECK_FAILED = -2144272330
Field Value
|
Improve this Doc
View Source
FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED
BitLocker Drive Encryption cannot be enabled on the operating system drive. Contact the computer manufacturer for BIOS upgrade instructions.
Declaration
public const int FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED = -2144272312
Field Value
|
Improve this Doc
View Source
FVE_E_FOREIGN_VOLUME
BitLocker cannot use the Trusted Platform Module (TPM) to protect a data drive. TPM protection can only be used with the operating system drive.
Declaration
public const int FVE_E_FOREIGN_VOLUME = -2144272349
Field Value
|
Improve this Doc
View Source
FVE_E_FS_MOUNTED
The drive cannot be locked when the drive is in use.
Declaration
public const int FVE_E_FS_MOUNTED = -2144272309
Field Value
|
Improve this Doc
View Source
FVE_E_FS_NOT_EXTENDED
This drive cannot be encrypted by BitLocker Drive Encryption because the file system does not extend to the end of the drive. Repartition this drive and then try again.
Declaration
public const int FVE_E_FS_NOT_EXTENDED = -2144272313
Field Value
|
Improve this Doc
View Source
FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE
BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage.
Declaration
public const int FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE = -2144272219
Field Value
|
Improve this Doc
View Source
FVE_E_HIDDEN_VOLUME
The hidden drive cannot be encrypted.
Declaration
public const int FVE_E_HIDDEN_VOLUME = -2144272298
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_BITLOCKER_OID
The BitLocker object identifier (OID) on the drive appears to be invalid or corrupt. Use manage-BDE to reset the OID on this drive.
Declaration
public const int FVE_E_INVALID_BITLOCKER_OID = -2144272274
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_DATUM_TYPE
The management information stored on the drive contained an unknown type. If you are using an old version of Windows, try accessing the drive from the latest version.
Declaration
public const int FVE_E_INVALID_DATUM_TYPE = -2144272229
Field Value
|
Improve this Doc
View Source
The recovery key provided is corrupt and cannot be used to access the drive. An alternative recovery method, such as recovery password, a data recovery agent, or a backup version of the recovery key must be used to recover access to the drive.
Declaration
public const int FVE_E_INVALID_KEY_FORMAT = -2144272332
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_NKP_CERT
An invalid certificate has been found in the Network Key Protector certificate store.
Declaration
public const int FVE_E_INVALID_NKP_CERT = -2144272225
Field Value
|
Improve this Doc
View Source
The format of the recovery password provided is invalid. BitLocker recovery passwords are 48 digits. Verify that the recovery password is in the correct format and then try again.
Declaration
public const int FVE_E_INVALID_PASSWORD_FORMAT = -2144272331
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_PIN_CHARS
The requested TPM PIN contains invalid characters.
Declaration
public const int FVE_E_INVALID_PIN_CHARS = -2144272230
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_PIN_CHARS_DETAILED
Your PIN can only contain numbers from 0 to 9.
Declaration
public const int FVE_E_INVALID_PIN_CHARS_DETAILED = -2144272180
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_PROTECTOR_TYPE
The key protector specified cannot be used for this operation.
Declaration
public const int FVE_E_INVALID_PROTECTOR_TYPE = -2144272326
Field Value
|
Improve this Doc
View Source
FVE_E_INVALID_STARTUP_OPTIONS
The Group Policy settings for BitLocker startup options are in conflict and cannot be applied. Contact your system administrator for more information.
Declaration
public const int FVE_E_INVALID_STARTUP_OPTIONS = -2144272293
Field Value
|
Improve this Doc
View Source
FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE
The required authentication key length is not supported by the drive.
Declaration
public const int FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE = -2144272217
Field Value
|
Improve this Doc
View Source
FVE_E_KEY_PROTECTOR_NOT_SUPPORTED
The key protector is not supported by the version of BitLocker Drive Encryption currently on the drive. Upgrade the drive to add the key protector.
Declaration
public const int FVE_E_KEY_PROTECTOR_NOT_SUPPORTED = -2144272279
Field Value
|
Improve this Doc
View Source
FVE_E_KEY_REQUIRED
One or more BitLocker key protectors are required. You cannot delete the last key on this drive.
Declaration
public const int FVE_E_KEY_REQUIRED = -2144272355
Field Value
|
Improve this Doc
View Source
FVE_E_KEYFILE_INVALID
The BitLocker startup key or recovery password file provided is corrupt or invalid. Verify that you have the correct startup key or recovery password file and try again.
Declaration
public const int FVE_E_KEYFILE_INVALID = -2144272323
Field Value
|
Improve this Doc
View Source
FVE_E_KEYFILE_NO_VMK
The BitLocker encryption key cannot be obtained from the startup key or recovery password. Verify that you have the correct startup key or recovery password and try again.
Declaration
public const int FVE_E_KEYFILE_NO_VMK = -2144272322
Field Value
|
Improve this Doc
View Source
FVE_E_KEYFILE_NOT_FOUND
The BitLocker startup key or recovery password cannot be found on the USB device. Verify that you have the correct USB device, that the USB device is plugged into the computer on an active USB port, restart the computer, and then try again. If the problem persists, contact the computer manufacturer for BIOS upgrade instructions.
Declaration
public const int FVE_E_KEYFILE_NOT_FOUND = -2144272324
Field Value
|
Improve this Doc
View Source
FVE_E_LIVEID_ACCOUNT_BLOCKED
BitLocker cannot save the recovery password because the specified Microsoft account is Blocked.
Declaration
public const int FVE_E_LIVEID_ACCOUNT_BLOCKED = -2144272189
Field Value
|
Improve this Doc
View Source
FVE_E_LIVEID_ACCOUNT_SUSPENDED
BitLocker cannot save the recovery password because the specified Microsoft account is Suspended.
Declaration
public const int FVE_E_LIVEID_ACCOUNT_SUSPENDED = -2144272190
Field Value
|
Improve this Doc
View Source
FVE_E_LOCKED_VOLUME
This drive is locked by BitLocker Drive Encryption. You must unlock this drive from Control Panel.
Declaration
public const int FVE_E_LOCKED_VOLUME = -2144272384
Field Value
|
Improve this Doc
View Source
FVE_E_MOR_FAILED
The system firmware failed to enable clearing of system memory when the computer was restarted.
Declaration
public const int FVE_E_MOR_FAILED = -2144272299
Field Value
|
Improve this Doc
View Source
FVE_E_MULTIPLE_NKP_CERTS
More than one Network Key Protector certificate has been found on the system.
Declaration
public const int FVE_E_MULTIPLE_NKP_CERTS = -2144272227
Field Value
|
Improve this Doc
View Source
FVE_E_NO_AUTOUNLOCK_MASTER_KEY
The auto-unlock master key was not available from the operating system drive.
Declaration
public const int FVE_E_NO_AUTOUNLOCK_MASTER_KEY = -2144272300
Field Value
|
Improve this Doc
View Source
FVE_E_NO_BOOTMGR_METRIC
The boot sector of this drive is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR).
Declaration
public const int FVE_E_NO_BOOTMGR_METRIC = -2144272379
Field Value
|
Improve this Doc
View Source
FVE_E_NO_BOOTSECTOR_METRIC
A required TPM measurement is missing. If there is a bootable CD or DVD in your computer, remove it, restart the computer, and turn on BitLocker again. If the problem persists, ensure the master boot record is up to date.
Declaration
public const int FVE_E_NO_BOOTSECTOR_METRIC = -2144272380
Field Value
|
Improve this Doc
View Source
FVE_E_NO_EXISTING_PASSPHRASE
This drive isn't protected with a password.
Declaration
public const int FVE_E_NO_EXISTING_PASSPHRASE = -2144272216
Field Value
|
Improve this Doc
View Source
FVE_E_NO_EXISTING_PIN
This drive isn't protected with a PIN.
Declaration
public const int FVE_E_NO_EXISTING_PIN = -2144272224
Field Value
|
Improve this Doc
View Source
FVE_E_NO_FEATURE_LICENSE
This version of Windows does not support this feature of BitLocker Drive Encryption. To use this feature, upgrade the operating system.
Declaration
public const int FVE_E_NO_FEATURE_LICENSE = -2144272294
Field Value
|
Improve this Doc
View Source
FVE_E_NO_LICENSE
This version of Windows does not include BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade the operating system.
Declaration
public const int FVE_E_NO_LICENSE = -2144272311
Field Value
|
Improve this Doc
View Source
FVE_E_NO_MBR_METRIC
The BIOS did not correctly communicate with the master boot record (MBR). Contact the computer manufacturer for BIOS upgrade instructions.
Declaration
public const int FVE_E_NO_MBR_METRIC = -2144272381
Field Value
|
Improve this Doc
View Source
FVE_E_NO_PASSPHRASE_WITH_TPM
A password key protector cannot be added because a TPM protector exists on the drive.
Declaration
public const int FVE_E_NO_PASSPHRASE_WITH_TPM = -2144272213
Field Value
|
Improve this Doc
View Source
FVE_E_NO_PREBOOT_KEYBOARD_DETECTED
No pre-boot keyboard detected. The user may not be able to provide required input to unlock the volume.
Declaration
public const int FVE_E_NO_PREBOOT_KEYBOARD_DETECTED = -2144272203
Field Value
|
Improve this Doc
View Source
FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED
No pre-boot keyboard or Windows Recovery Environment detected. The user may not be able to provide required input to unlock the volume.
Declaration
public const int FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED = -2144272202
Field Value
|
Improve this Doc
View Source
FVE_E_NO_PROTECTORS_TO_TEST
No key protectors exist on the drive to perform the hardware test.
Declaration
public const int FVE_E_NO_PROTECTORS_TO_TEST = -2144272325
Field Value
|
Improve this Doc
View Source
FVE_E_NO_SUCH_CAPABILITY_ON_TARGET
The target of an invocation does not support requested capability.
Declaration
public const int FVE_E_NO_SUCH_CAPABILITY_ON_TARGET = -2144272176
Field Value
|
Improve this Doc
View Source
FVE_E_NO_TPM_BIOS
The BIOS did not correctly communicate with the Trusted Platform Module (TPM). Contact the computer manufacturer for BIOS upgrade instructions.
Declaration
public const int FVE_E_NO_TPM_BIOS = -2144272382
Field Value
|
Improve this Doc
View Source
FVE_E_NO_TPM_WITH_PASSPHRASE
A TPM key protector cannot be added because a password protector exists on the drive.
Declaration
public const int FVE_E_NO_TPM_WITH_PASSPHRASE = -2144272212
Field Value
|
Improve this Doc
View Source
FVE_E_NON_BITLOCKER_KU
The Key Usage (KU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have a KU attribute, but if one is configured it must be set to either Key Encipherment or Key Agreement.
Declaration
public const int FVE_E_NON_BITLOCKER_KU = -2144272237
Field Value
|
Improve this Doc
View Source
FVE_E_NON_BITLOCKER_OID
The Enhanced Key Usage (EKU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have an EKU attribute, but if one is configured it must be set to an object identifier (OID) that matches the OID configured for BitLocker.
Declaration
public const int FVE_E_NON_BITLOCKER_OID = -2144272251
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ACTIVATED
BitLocker Drive Encryption is not enabled on this drive. Turn on BitLocker.
Declaration
public const int FVE_E_NOT_ACTIVATED = -2144272376
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ALLOWED_IN_SAFE_MODE
The BitLocker configuration of the specified drive cannot be managed because this computer is currently operating in Safe Mode. While in Safe Mode, BitLocker Drive Encryption can only be used for recovery purposes.
Declaration
public const int FVE_E_NOT_ALLOWED_IN_SAFE_MODE = -2144272320
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ALLOWED_IN_VERSION
BitLocker Drive Encryption can only be used for limited provisioning or recovery purposes when the computer is running in pre-installation or recovery environments.
Declaration
public const int FVE_E_NOT_ALLOWED_IN_VERSION = -2144272301
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ALLOWED_ON_CLUSTER
This command cannot be performed on a volume when it is part of a cluster.
Declaration
public const int FVE_E_NOT_ALLOWED_ON_CLUSTER = -2144272210
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ALLOWED_ON_CSV_STACK
This command can only be performed from the coordinator node for the specified CSV volume.
Declaration
public const int FVE_E_NOT_ALLOWED_ON_CSV_STACK = -2144272211
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING
BitLocker cannot be upgraded during disk encryption or decryption.
Declaration
public const int FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING = -2144272205
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_DATA_VOLUME
The operation attempted cannot be performed on an operating system drive.
Declaration
public const int FVE_E_NOT_DATA_VOLUME = -2144272359
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_DE_VOLUME
This action isn't supported because this drive isn't automatically managed with device encryption.
Declaration
public const int FVE_E_NOT_DE_VOLUME = -2144272169
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_DECRYPTED
The drive must be fully decrypted to complete this operation.
Declaration
public const int FVE_E_NOT_DECRYPTED = -2144272327
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ENCRYPTED
This drive is not encrypted.
Declaration
public const int FVE_E_NOT_ENCRYPTED = -2144272383
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_ON_STACK
BitLocker Drive Encryption cannot be used because critical BitLocker system files are missing or corrupted. Use Windows Startup Repair to restore these files to your computer.
Declaration
public const int FVE_E_NOT_ON_STACK = -2144272310
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_OS_VOLUME
The drive specified is not the operating system drive.
Declaration
public const int FVE_E_NOT_OS_VOLUME = -2144272344
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES
This PC is not provisioned to support device encryption. Please enable BitLocker on all volumes to comply with device encryption policy.
Declaration
public const int FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES = -2144272188
Field Value
|
Improve this Doc
View Source
FVE_E_NOT_SUPPORTED
This drive cannot be encrypted.
Declaration
public const int FVE_E_NOT_SUPPORTED = -2144272363
Field Value
|
Improve this Doc
View Source
FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME
This drive was encrypted using the version of BitLocker Drive Encryption included with Windows Vista and Windows Server 2008 which does not support organizational identifiers. To specify organizational identifiers for this drive upgrade the drive encryption to the latest version using the "manage-bde -upgrade" command.
Declaration
public const int FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME = -2144272234
Field Value
|
Improve this Doc
View Source
FVE_E_OS_NOT_PROTECTED
The operating system drive is not protected by BitLocker Drive Encryption.
Declaration
public const int FVE_E_OS_NOT_PROTECTED = -2144272352
Field Value
|
Improve this Doc
View Source
FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED
A password cannot be added to the operating system drive.
Declaration
public const int FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED = -2144272275
Field Value
|
Improve this Doc
View Source
FVE_E_OSV_KSR_NOT_ALLOWED
BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume.
Declaration
public const int FVE_E_OSV_KSR_NOT_ALLOWED = -2144272167
Field Value
|
Improve this Doc
View Source
FVE_E_OVERLAPPED_UPDATE
The BitLocker metadata for the encrypted drive cannot be updated because it was locked for updating by another process. Please try this process again.
Declaration
public const int FVE_E_OVERLAPPED_UPDATE = -2144272348
Field Value
|
Improve this Doc
View Source
FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED
You must be logged on with an administrator account to change the password. Click the link to reset the password as an administrator.
Declaration
public const int FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED = -2144272191
Field Value
|
Improve this Doc
View Source
FVE_E_PASSPHRASE_TOO_LONG
The password cannot exceed 256 characters.
Declaration
public const int FVE_E_PASSPHRASE_TOO_LONG = -2144272214
Field Value
|
Improve this Doc
View Source
FVE_E_PIN_INVALID
The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM) and PIN.
Declaration
public const int FVE_E_PIN_INVALID = -2144272317
Field Value
|
Improve this Doc
View Source
FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED
You must be logged on with an administrator account to change the PIN. Click the link to reset the PIN as an administrator.
Declaration
public const int FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED = -2144272222
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON
BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock fixed data drives when user recovery options are disabled. If you want BitLocker-protected fixed data drives to be automatically unlocked after key validation has occurred, please ask your system administrator to resolve the settings conflict before enabling BitLocker.
Declaration
public const int FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON = -2144272253
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON
BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on fixed data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
Declaration
public const int FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON = -2144272239
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON
BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on operating system drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
Declaration
public const int FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON = -2144272240
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON
BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock removable data drives when user recovery option are disabled. If you want BitLocker-protected removable data drives to be automatically unlocked after key validation has occurred, please ask your system administrator to resolve the settings conflict before enabling BitLocker.
Declaration
public const int FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON = -2144272252
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON
BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on removable data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
Declaration
public const int FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON = -2144272238
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED
BitLocker Encryption cannot be applied to this drive because of conflicting Group Policy settings. When write access to drives not protected by BitLocker is denied, the use of a USB startup key cannot be required. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
Declaration
public const int FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED = -2144272249
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS
BitLocker Drive Encryption cannot be applied to this drive because the Group Policy setting for Enhanced Boot Configuration Data contains invalid data. Please have your system administrator resolve this invalid configuration before attempting to enable BitLocker.
Declaration
public const int FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS = -2144272194
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH
Your password does not meet minimum password length requirements. By default, passwords must be at least 8 characters in length. Check with your system administrator for the password length requirement in your organization.
Declaration
public const int FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH = -2144272256
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_INVALID_PIN_LENGTH
The PIN provided does not meet minimum or maximum length requirements.
Declaration
public const int FVE_E_POLICY_INVALID_PIN_LENGTH = -2144272280
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED
Group Policy settings do not permit the creation of a password.
Declaration
public const int FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED = -2144272278
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_PASSPHRASE_REQUIRED
Group Policy settings require the creation of a password.
Declaration
public const int FVE_E_POLICY_PASSPHRASE_REQUIRED = -2144272277
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII
Your system administrator requires that passwords contain only printable ASCII characters. This includes unaccented letters (A-Z, a-z), numbers (0-9), space, arithmetic signs, common punctuation, separators, and the following symbols: # $ & @ ^ _ ~ .
Declaration
public const int FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII = -2144272220
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE
Your password does not meet the complexity requirements set by your system administrator. Try adding upper and lowercase characters, numbers, and symbols.
Declaration
public const int FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE = -2144272255
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_PASSWORD_REQUIRED
Group Policy settings require that a recovery password be specified before encrypting the drive.
Declaration
public const int FVE_E_POLICY_PASSWORD_REQUIRED = -2144272340
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_PROHIBITS_SELFSIGNED
BitLocker Drive Encryption cannot be applied to this drive as currently configured because of Group Policy settings. The certificate you provided for drive encryption is self-signed. Current Group Policy settings do not permit the use of self-signed certificates. Obtain a new certificate from your certification authority before attempting to enable BitLocker.
Declaration
public const int FVE_E_POLICY_PROHIBITS_SELFSIGNED = -2144272250
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED
Group Policy settings do not permit the creation of a recovery key.
Declaration
public const int FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED = -2144272290
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_RECOVERY_KEY_REQUIRED
Group Policy settings require the creation of a recovery key.
Declaration
public const int FVE_E_POLICY_RECOVERY_KEY_REQUIRED = -2144272289
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED
Group Policy settings do not permit the creation of a recovery password.
Declaration
public const int FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED = -2144272292
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED
Group Policy settings require the creation of a recovery password.
Declaration
public const int FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED = -2144272291
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE
Group Policy settings require the creation of a recovery password, but neither a pre-boot keyboard nor Windows Recovery Environment is available on this device. The user may not be able to provide required input to unlock the volume.
Declaration
public const int FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE = -2144272200
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE
Group Policy settings require the creation of a startup PIN, but a pre-boot keyboard is not available on this device. The user may not be able to provide required input to unlock the volume.
Declaration
public const int FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE = -2144272201
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED
Group Policy settings do not permit the use of a startup key. Please choose a different BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED = -2144272286
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_KEY_REQUIRED
Group Policy settings require the use of a startup key. Please choose this BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_KEY_REQUIRED = -2144272285
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED
Group Policy settings do not permit the use of a startup key and PIN. Please choose a different BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED = -2144272284
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED
Group Policy settings require the use of a startup key and PIN. Please choose this BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED = -2144272283
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED
Group Policy settings do not permit the use of a PIN at startup. Please choose a different BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED = -2144272288
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_PIN_REQUIRED
Group Policy settings require the use of a PIN at startup. Please choose this BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_PIN_REQUIRED = -2144272287
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED
Group policy does not permit the use of TPM-only at startup. Please choose a different BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED = -2144272282
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_STARTUP_TPM_REQUIRED
Group Policy settings require the use of TPM-only at startup. Please choose this BitLocker startup option.
Declaration
public const int FVE_E_POLICY_STARTUP_TPM_REQUIRED = -2144272281
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_USER_CERT_MUST_BE_HW
Group Policy settings requires that you use a smart card-based key protector with BitLocker Drive Encryption.
Declaration
public const int FVE_E_POLICY_USER_CERT_MUST_BE_HW = -2144272268
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED
Group Policy settings do not permit user certificates such as smart cards to be used with BitLocker Drive Encryption.
Declaration
public const int FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED = -2144272270
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_USER_CERTIFICATE_REQUIRED
Group Policy settings require that you have a valid user certificate, such as a smart card, to be used with BitLocker Drive Encryption.
Declaration
public const int FVE_E_POLICY_USER_CERTIFICATE_REQUIRED = -2144272269
Field Value
|
Improve this Doc
View Source
Group Policy settings do not permit BitLocker-protected fixed data drives to be automatically unlocked.
Declaration
public const int FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED = -2144272267
Field Value
|
Improve this Doc
View Source
Group Policy settings do not permit BitLocker-protected removable data drives to be automatically unlocked.
Declaration
public const int FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED = -2144272266
Field Value
|
Improve this Doc
View Source
Group Policy settings do not permit you to configure BitLocker Drive Encryption on removable data drives.
Declaration
public const int FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED = -2144272265
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED
Group Policy settings do not permit turning off BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn off BitLocker.
Declaration
public const int FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED = -2144272263
Field Value
|
Improve this Doc
View Source
FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED
Group Policy settings do not permit you to turn on BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn on BitLocker.
Declaration
public const int FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED = -2144272264
Field Value
|
Improve this Doc
View Source
FVE_E_PRIVATEKEY_AUTH_FAILED
The private key associated with the specified certificate cannot be authorized. The private key authorization was either not provided or the provided authorization was invalid.
Declaration
public const int FVE_E_PRIVATEKEY_AUTH_FAILED = -2144272236
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTION_CANNOT_BE_DISABLED
BitLocker can't be suspended on this drive until the next restart.
Declaration
public const int FVE_E_PROTECTION_CANNOT_BE_DISABLED = -2144272168
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTION_DISABLED
BitLocker Drive Encryption has been suspended on this drive. All BitLocker key protectors configured for this drive are effectively disabled, and the drive will be automatically unlocked using an unencrypted (clear) key.
Declaration
public const int FVE_E_PROTECTION_DISABLED = -2144272351
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED
BitLocker has disabled password changes after too many failed requests. Click the link to reset the password as an administrator.
Declaration
public const int FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED = -2144272192
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED
BitLocker has disabled PIN changes after too many failed requests. Click the link to reset the PIN as an administrator.
Declaration
public const int FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED = -2144272221
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH
Please enter the correct current password.
Declaration
public const int FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH = -2144272215
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH
Please enter the correct current PIN.
Declaration
public const int FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH = -2144272223
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTOR_EXISTS
This key protector cannot be added. Only one key protector of this type is allowed for this drive.
Declaration
public const int FVE_E_PROTECTOR_EXISTS = -2144272335
Field Value
|
Improve this Doc
View Source
FVE_E_PROTECTOR_NOT_FOUND
The specified key protector was not found on the drive. Try another key protector.
Declaration
public const int FVE_E_PROTECTOR_NOT_FOUND = -2144272333
Field Value
|
Improve this Doc
View Source
FVE_E_PUBKEY_NOT_ALLOWED
Public key based protectors are not allowed on this drive.
Declaration
public const int FVE_E_PUBKEY_NOT_ALLOWED = -2144272296
Field Value
|
Improve this Doc
View Source
FVE_E_RAW_ACCESS
No action was taken as BitLocker Drive Encryption is in raw access mode.
Declaration
public const int FVE_E_RAW_ACCESS = -2144272304
Field Value
|
Improve this Doc
View Source
FVE_E_RAW_BLOCKED
BitLocker Drive Encryption cannot enter raw access mode for this drive because the drive is currently in use.
Declaration
public const int FVE_E_RAW_BLOCKED = -2144272303
Field Value
|
Improve this Doc
View Source
FVE_E_REBOOT_REQUIRED
You must restart your computer before continuing with BitLocker Drive Encryption.
Declaration
public const int FVE_E_REBOOT_REQUIRED = -2144272306
Field Value
|
Improve this Doc
View Source
FVE_E_RECOVERY_KEY_REQUIRED
The drive you are attempting to lock does not have any key protectors available for encryption because BitLocker protection is currently suspended. Re-enable BitLocker to lock this drive.
Declaration
public const int FVE_E_RECOVERY_KEY_REQUIRED = -2144272350
Field Value
|
Improve this Doc
View Source
FVE_E_RECOVERY_PARTITION
This drive cannot be encrypted because it is reserved for Windows System Recovery Options.
Declaration
public const int FVE_E_RECOVERY_PARTITION = -2144272254
Field Value
|
Improve this Doc
View Source
FVE_E_RELATIVE_PATH
The recovery password file was not found because a relative path was specified. Recovery passwords must be saved to a fully qualified path. Environment variables configured on the computer can be used in the path.
Declaration
public const int FVE_E_RELATIVE_PATH = -2144272334
Field Value
|
Improve this Doc
View Source
FVE_E_REMOVAL_OF_DRA_FAILED
Removal of the data recovery agent certificate must be done using the Certificates snap-in.
Declaration
public const int FVE_E_REMOVAL_OF_DRA_FAILED = -2144272235
Field Value
|
Improve this Doc
View Source
FVE_E_REMOVAL_OF_NKP_FAILED
Removal of the Network Key Protector certificate must be done using the Certificates snap-in.
Declaration
public const int FVE_E_REMOVAL_OF_NKP_FAILED = -2144272226
Field Value
|
Improve this Doc
View Source
FVE_E_SECURE_KEY_REQUIRED
At least one secure key protector is required for this operation to be performed.
Declaration
public const int FVE_E_SECURE_KEY_REQUIRED = -2144272377
Field Value
|
Improve this Doc
View Source
FVE_E_SECUREBOOT_CONFIGURATION_INVALID
BitLocker cannot use Secure Boot for platform integrity because the Secure Boot configuration does not meet the requirements for BitLocker.
Declaration
public const int FVE_E_SECUREBOOT_CONFIGURATION_INVALID = -2144272197
Field Value
|
Improve this Doc
View Source
FVE_E_SECUREBOOT_DISABLED
BitLocker cannot use Secure Boot for platform integrity because Secure Boot has been disabled.
Declaration
public const int FVE_E_SECUREBOOT_DISABLED = -2144272198
Field Value
|
Improve this Doc
View Source
FVE_E_SHADOW_COPY_PRESENT
BitLocker cannot be enabled on the volume because it contains a Volume Shadow Copy. Remove all Volume Shadow Copies before encrypting the volume.
Declaration
public const int FVE_E_SHADOW_COPY_PRESENT = -2144272195
Field Value
|
Improve this Doc
View Source
FVE_E_SYSTEM_VOLUME
The drive cannot be encrypted because it contains system boot information. Create a separate partition for use as the system drive that contains the boot information and a second partition for use as the operating system drive and then encrypt the operating system drive.
Declaration
public const int FVE_E_SYSTEM_VOLUME = -2144272366
Field Value
|
Improve this Doc
View Source
FVE_E_TOKEN_NOT_IMPERSONATED
The access token associated with the current thread is not an impersonated token.
Declaration
public const int FVE_E_TOKEN_NOT_IMPERSONATED = -2144272308
Field Value
|
Improve this Doc
View Source
FVE_E_TOO_SMALL
The drive cannot be encrypted because it does not have enough free space. Delete any unnecessary data on the drive to create additional free space and then try again.
Declaration
public const int FVE_E_TOO_SMALL = -2144272367
Field Value
|
Improve this Doc
View Source
FVE_E_TPM_DISABLED
The Trusted Platform Module (TPM) is disabled. The TPM must be enabled, initialized, and have valid ownership before it can be used with BitLocker Drive Encryption.
Declaration
public const int FVE_E_TPM_DISABLED = -2144272321
Field Value
|
Improve this Doc
View Source
FVE_E_TPM_INVALID_PCR
The Trusted Platform Module (TPM) was unable to unlock the drive. Either the system boot information changed after choosing BitLocker settings or the PIN did not match. If the problem persists after several tries, there may be a hardware or firmware problem.
Declaration
public const int FVE_E_TPM_INVALID_PCR = -2144272319
Field Value
|
Improve this Doc
View Source
FVE_E_TPM_NO_VMK
The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM).
Declaration
public const int FVE_E_TPM_NO_VMK = -2144272318
Field Value
|
Improve this Doc
View Source
FVE_E_TPM_NOT_OWNED
You must initialize the Trusted Platform Module (TPM) before you can use BitLocker Drive Encryption.
Declaration
public const int FVE_E_TPM_NOT_OWNED = -2144272360
Field Value
|
Improve this Doc
View Source
FVE_E_TPM_SRK_AUTH_NOT_ZERO
The authorization data for the storage root key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. Please initialize the TPM before attempting to use it with BitLocker.
Declaration
public const int FVE_E_TPM_SRK_AUTH_NOT_ZERO = -2144272347
Field Value
|
Improve this Doc
View Source
FVE_E_TRANSIENT_STATE
BitLocker encryption keys were ignored because the drive was in a transient state.
Declaration
public const int FVE_E_TRANSIENT_STATE = -2144272297
Field Value
|
Improve this Doc
View Source
FVE_E_VIRTUALIZED_SPACE_TOO_BIG
The requested virtualization size is too big.
Declaration
public const int FVE_E_VIRTUALIZED_SPACE_TOO_BIG = -2144272247
Field Value
|
Improve this Doc
View Source
FVE_E_VOLUME_BOUND_ALREADY
The drive specified is already configured to be automatically unlocked on the current computer.
Declaration
public const int FVE_E_VOLUME_BOUND_ALREADY = -2144272353
Field Value
|
Improve this Doc
View Source
FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT
Device encryption can't be turned off while this drive is being encrypted. Please try again later.
Declaration
public const int FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT = -2144272170
Field Value
|
Improve this Doc
View Source
FVE_E_VOLUME_HANDLE_OPEN
BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing.
Declaration
public const int FVE_E_VOLUME_HANDLE_OPEN = -2144272295
Field Value
|
Improve this Doc
View Source
FVE_E_VOLUME_NOT_BOUND
The data drive specified is not set to automatically unlock on the current computer and cannot be unlocked automatically.
Declaration
public const int FVE_E_VOLUME_NOT_BOUND = -2144272361
Field Value
|
Improve this Doc
View Source
FVE_E_VOLUME_TOO_SMALL
The drive is too small to be protected using BitLocker Drive Encryption.
Declaration
public const int FVE_E_VOLUME_TOO_SMALL = -2144272273
Field Value
|
Improve this Doc
View Source
FVE_E_WIPE_CANCEL_NOT_APPLICABLE
Wipe of free space is not currently taking place.
Declaration
public const int FVE_E_WIPE_CANCEL_NOT_APPLICABLE = -2144272199
Field Value
|
Improve this Doc
View Source
FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE
BitLocker Drive Encryption does not support wiping free space on thin provisioned storage.
Declaration
public const int FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE = -2144272218
Field Value
|
Improve this Doc
View Source
FVE_E_WRONG_BOOTMGR
The boot manager of this operating system is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR).
Declaration
public const int FVE_E_WRONG_BOOTMGR = -2144272378
Field Value
|
Improve this Doc
View Source
FVE_E_WRONG_BOOTSECTOR
The system partition boot sector does not perform Trusted Platform Module (TPM) measurements. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot sector.
Declaration
public const int FVE_E_WRONG_BOOTSECTOR = -2144272342
Field Value
|
Improve this Doc
View Source
FVE_E_WRONG_SYSTEM_FS
BitLocker Drive Encryption operating system drives must be formatted with the NTFS file system in order to be encrypted. Convert the drive to NTFS, and then turn on BitLocker.
Declaration
public const int FVE_E_WRONG_SYSTEM_FS = -2144272341
Field Value
|
Improve this Doc
View Source
FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER
The action type is not compatible with the layer.
Declaration
public const int FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER = -2144206804
Field Value
|
Improve this Doc
View Source
FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER
The action type is not compatible with the sublayer.
Declaration
public const int FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER = -2144206803
Field Value
|
Improve this Doc
View Source
FWP_E_ALREADY_EXISTS
An object with that GUID or LUID already exists.
Declaration
public const int FWP_E_ALREADY_EXISTS = -2144206839
Field Value
|
Improve this Doc
View Source
FWP_E_BUILTIN_OBJECT
The object is built in so cannot be deleted.
Declaration
public const int FWP_E_BUILTIN_OBJECT = -2144206825
Field Value
|
Improve this Doc
View Source
FWP_E_CALLOUT_NOT_FOUND
The callout does not exist.
Declaration
public const int FWP_E_CALLOUT_NOT_FOUND = -2144206847
Field Value
|
Improve this Doc
View Source
FWP_E_CALLOUT_NOTIFICATION_FAILED
The notification function for a callout returned an error.
Declaration
public const int FWP_E_CALLOUT_NOTIFICATION_FAILED = -2144206793
Field Value
|
Improve this Doc
View Source
FWP_E_CONDITION_NOT_FOUND
The filter condition does not exist.
Declaration
public const int FWP_E_CONDITION_NOT_FOUND = -2144206846
Field Value
|
Improve this Doc
View Source
FWP_E_CONNECTIONS_DISABLED
The BFE IPsec Connection Tracking is disabled.
Declaration
public const int FWP_E_CONNECTIONS_DISABLED = -2144206783
Field Value
|
Improve this Doc
View Source
FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT
The raw context or the provider context is not compatible with the callout.
Declaration
public const int FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT = -2144206801
Field Value
|
Improve this Doc
View Source
FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER
The raw context or the provider context is not compatible with the layer.
Declaration
public const int FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER = -2144206802
Field Value
|
Improve this Doc
View Source
FWP_E_DROP_NOICMP
The packet should be dropped, no ICMP should be sent.
Declaration
public const int FWP_E_DROP_NOICMP = -2144206588
Field Value
|
Improve this Doc
View Source
FWP_E_DUPLICATE_AUTH_METHOD
A policy cannot contain the same auth method more than once.
Declaration
public const int FWP_E_DUPLICATE_AUTH_METHOD = -2144206788
Field Value
|
Improve this Doc
View Source
FWP_E_DUPLICATE_CONDITION
A filter cannot contain multiple conditions operating on a single field.
Declaration
public const int FWP_E_DUPLICATE_CONDITION = -2144206806
Field Value
|
Improve this Doc
View Source
FWP_E_DUPLICATE_KEYMOD
A policy cannot contain the same keying module more than once.
Declaration
public const int FWP_E_DUPLICATE_KEYMOD = -2144206805
Field Value
|
Improve this Doc
View Source
FWP_E_DYNAMIC_SESSION_IN_PROGRESS
The call is not allowed from within a dynamic session.
Declaration
public const int FWP_E_DYNAMIC_SESSION_IN_PROGRESS = -2144206837
Field Value
|
Improve this Doc
View Source
FWP_E_EM_NOT_SUPPORTED
An IKE policy cannot contain an Extended Mode policy.
Declaration
public const int FWP_E_EM_NOT_SUPPORTED = -2144206798
Field Value
|
Improve this Doc
View Source
FWP_E_FILTER_NOT_FOUND
The filter does not exist.
Declaration
public const int FWP_E_FILTER_NOT_FOUND = -2144206845
Field Value
|
Improve this Doc
View Source
FWP_E_IKEEXT_NOT_RUNNING
The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine.
Declaration
public const int FWP_E_IKEEXT_NOT_RUNNING = -2144206780
Field Value
|
Improve this Doc
View Source
FWP_E_IN_USE
The object is referenced by other objects so cannot be deleted.
Declaration
public const int FWP_E_IN_USE = -2144206838
Field Value
|
Improve this Doc
View Source
FWP_E_INCOMPATIBLE_AUTH_METHOD
The authentication method is not compatible with the policy type.
Declaration
public const int FWP_E_INCOMPATIBLE_AUTH_METHOD = -2144206800
Field Value
|
Improve this Doc
View Source
The IPsec cipher transform is not compatible with the policy.
Declaration
public const int FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM = -2144206790
Field Value
|
Improve this Doc
View Source
FWP_E_INCOMPATIBLE_DH_GROUP
The Diffie-Hellman group is not compatible with the policy type.
Declaration
public const int FWP_E_INCOMPATIBLE_DH_GROUP = -2144206799
Field Value
|
Improve this Doc
View Source
FWP_E_INCOMPATIBLE_LAYER
The operation is not supported by the specified layer.
Declaration
public const int FWP_E_INCOMPATIBLE_LAYER = -2144206828
Field Value
|
Improve this Doc
View Source
FWP_E_INCOMPATIBLE_SA_STATE
The call is not allowed for the current security association state.
Declaration
public const int FWP_E_INCOMPATIBLE_SA_STATE = -2144206821
Field Value
|
Improve this Doc
View Source
FWP_E_INCOMPATIBLE_TXN
The call is not allowed from within a read-only transaction.
Declaration
public const int FWP_E_INCOMPATIBLE_TXN = -2144206831
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_ACTION_TYPE
The action type is not one of the allowed action types for a filter.
Declaration
public const int FWP_E_INVALID_ACTION_TYPE = -2144206812
Field Value
|
Improve this Doc
View Source
The IPsec authentication transform is not valid.
Declaration
public const int FWP_E_INVALID_AUTH_TRANSFORM = -2144206792
Field Value
|
Improve this Doc
View Source
The IPsec cipher transform is not valid.
Declaration
public const int FWP_E_INVALID_CIPHER_TRANSFORM = -2144206791
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_DNS_NAME
Declaration
public const int FWP_E_INVALID_DNS_NAME = -2144206782
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_ENUMERATOR
An enumerator is not valid.
Declaration
public const int FWP_E_INVALID_ENUMERATOR = -2144206819
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_FLAGS
The flags field contains an invalid value.
Declaration
public const int FWP_E_INVALID_FLAGS = -2144206818
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_INTERVAL
The time interval is not valid.
Declaration
public const int FWP_E_INVALID_INTERVAL = -2144206815
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_NET_MASK
A network mask is not valid.
Declaration
public const int FWP_E_INVALID_NET_MASK = -2144206817
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_PARAMETER
The parameter is incorrect.
Declaration
public const int FWP_E_INVALID_PARAMETER = -2144206795
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_RANGE
An FWP_RANGE is not valid.
Declaration
public const int FWP_E_INVALID_RANGE = -2144206816
Field Value
|
Improve this Doc
View Source
The combination of IPsec transform types is not valid.
Declaration
public const int FWP_E_INVALID_TRANSFORM_COMBINATION = -2144206789
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_TUNNEL_ENDPOINT
A tunnel endpoint configuration is invalid.
Declaration
public const int FWP_E_INVALID_TUNNEL_ENDPOINT = -2144206787
Field Value
|
Improve this Doc
View Source
FWP_E_INVALID_WEIGHT
The filter weight is not valid.
Declaration
public const int FWP_E_INVALID_WEIGHT = -2144206811
Field Value
|
Improve this Doc
View Source
FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL
A key manager dictated invalid keys
Declaration
public const int FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL = -2144206784
Field Value
|
Improve this Doc
View Source
FWP_E_KEY_DICTATOR_ALREADY_REGISTERED
A key manager capable of key dictation is already registered
Declaration
public const int FWP_E_KEY_DICTATOR_ALREADY_REGISTERED = -2144206785
Field Value
|
Improve this Doc
View Source
FWP_E_KM_CLIENTS_ONLY
The call is allowed for kernel-mode callers only.
Declaration
public const int FWP_E_KM_CLIENTS_ONLY = -2144206827
Field Value
|
Improve this Doc
View Source
FWP_E_L2_DRIVER_NOT_READY
The WFP MAC Layers are not ready.
Declaration
public const int FWP_E_L2_DRIVER_NOT_READY = -2144206786
Field Value
|
Improve this Doc
View Source
FWP_E_LAYER_NOT_FOUND
The layer does not exist.
Declaration
public const int FWP_E_LAYER_NOT_FOUND = -2144206844
Field Value
|
Improve this Doc
View Source
FWP_E_LIFETIME_MISMATCH
The call tried to associate two objects with incompatible lifetimes.
Declaration
public const int FWP_E_LIFETIME_MISMATCH = -2144206826
Field Value
|
Improve this Doc
View Source
FWP_E_MATCH_TYPE_MISMATCH
A filter condition contains a match type that is not compatible with the operands.
Declaration
public const int FWP_E_MATCH_TYPE_MISMATCH = -2144206810
Field Value
|
Improve this Doc
View Source
FWP_E_NET_EVENTS_DISABLED
Collection of network diagnostic events is disabled.
Declaration
public const int FWP_E_NET_EVENTS_DISABLED = -2144206829
Field Value
|
Improve this Doc
View Source
FWP_E_NEVER_MATCH
The enumeration template or subscription will never match any objects.
Declaration
public const int FWP_E_NEVER_MATCH = -2144206797
Field Value
|
Improve this Doc
View Source
FWP_E_NO_TXN_IN_PROGRESS
The call must be made from within an explicit transaction.
Declaration
public const int FWP_E_NO_TXN_IN_PROGRESS = -2144206835
Field Value
|
Improve this Doc
View Source
FWP_E_NOT_FOUND
The object does not exist.
Declaration
public const int FWP_E_NOT_FOUND = -2144206840
Field Value
|
Improve this Doc
View Source
FWP_E_NOTIFICATION_DROPPED
A notification could not be delivered because a message queue is at its maximum capacity.
Declaration
public const int FWP_E_NOTIFICATION_DROPPED = -2144206823
Field Value
|
Improve this Doc
View Source
FWP_E_NULL_DISPLAY_NAME
The displayData.name field cannot be null.
Declaration
public const int FWP_E_NULL_DISPLAY_NAME = -2144206813
Field Value
|
Improve this Doc
View Source
FWP_E_NULL_POINTER
A required pointer is null.
Declaration
public const int FWP_E_NULL_POINTER = -2144206820
Field Value
|
Improve this Doc
View Source
FWP_E_OUT_OF_BOUNDS
An integer value is outside the allowed range.
Declaration
public const int FWP_E_OUT_OF_BOUNDS = -2144206808
Field Value
|
Improve this Doc
View Source
FWP_E_PROVIDER_CONTEXT_MISMATCH
The provider context is of the wrong type.
Declaration
public const int FWP_E_PROVIDER_CONTEXT_MISMATCH = -2144206796
Field Value
|
Improve this Doc
View Source
FWP_E_PROVIDER_CONTEXT_NOT_FOUND
The provider context does not exist.
Declaration
public const int FWP_E_PROVIDER_CONTEXT_NOT_FOUND = -2144206842
Field Value
|
Improve this Doc
View Source
FWP_E_PROVIDER_NOT_FOUND
The provider does not exist.
Declaration
public const int FWP_E_PROVIDER_NOT_FOUND = -2144206843
Field Value
|
Improve this Doc
View Source
FWP_E_RESERVED
A reserved field is non-zero.
Declaration
public const int FWP_E_RESERVED = -2144206807
Field Value
|
Improve this Doc
View Source
FWP_E_SESSION_ABORTED
The session has been cancelled.
Declaration
public const int FWP_E_SESSION_ABORTED = -2144206832
Field Value
|
Improve this Doc
View Source
FWP_E_STILL_ON
The engine option is still enabled due to other configuration settings.
Declaration
public const int FWP_E_STILL_ON = -2144206781
Field Value
|
Improve this Doc
View Source
FWP_E_SUBLAYER_NOT_FOUND
The sublayer does not exist.
Declaration
public const int FWP_E_SUBLAYER_NOT_FOUND = -2144206841
Field Value
|
Improve this Doc
View Source
FWP_E_TIMEOUT
The call timed out while waiting to acquire the transaction lock.
Declaration
public const int FWP_E_TIMEOUT = -2144206830
Field Value
|
Improve this Doc
View Source
FWP_E_TOO_MANY_CALLOUTS
The maximum number of callouts has been reached.
Declaration
public const int FWP_E_TOO_MANY_CALLOUTS = -2144206824
Field Value
|
Improve this Doc
View Source
FWP_E_TOO_MANY_SUBLAYERS
The maximum number of sublayers has been reached.
Declaration
public const int FWP_E_TOO_MANY_SUBLAYERS = -2144206794
Field Value
|
Improve this Doc
View Source
FWP_E_TRAFFIC_MISMATCH
The traffic parameters do not match those for the security association context.
Declaration
public const int FWP_E_TRAFFIC_MISMATCH = -2144206822
Field Value
|
Improve this Doc
View Source
FWP_E_TXN_ABORTED
The explicit transaction has been forcibly cancelled.
Declaration
public const int FWP_E_TXN_ABORTED = -2144206833
Field Value
|
Improve this Doc
View Source
FWP_E_TXN_IN_PROGRESS
The call is not allowed from within an explicit transaction.
Declaration
public const int FWP_E_TXN_IN_PROGRESS = -2144206834
Field Value
|
Improve this Doc
View Source
FWP_E_TYPE_MISMATCH
An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
Declaration
public const int FWP_E_TYPE_MISMATCH = -2144206809
Field Value
|
Improve this Doc
View Source
FWP_E_WRONG_SESSION
The call was made from the wrong session so cannot be completed.
Declaration
public const int FWP_E_WRONG_SESSION = -2144206836
Field Value
|
Improve this Doc
View Source
FWP_E_ZERO_LENGTH_ARRAY
An array that must contain at least one element is zero length.
Declaration
public const int FWP_E_ZERO_LENGTH_ARRAY = -2144206814
Field Value
|
Improve this Doc
View Source
HNS_ADAPTER_NOT_FOUND
An adapter was not found.
Declaration
public const int HNS_ADAPTER_NOT_FOUND = -1069875194
Field Value
|
Improve this Doc
View Source
HNS_DEGRADED_OPERATION
There was an operation attempted on a degraded object.
Declaration
public const int HNS_DEGRADED_OPERATION = -1069875177
Field Value
|
Improve this Doc
View Source
HNS_ENDPOINT_ALREADY_ATTACHED
This endpoint is already attached to the switch.
Declaration
public const int HNS_ENDPOINT_ALREADY_ATTACHED = -1069875180
Field Value
|
Improve this Doc
View Source
HNS_ENDPOINT_NOT_FOUND
The endpoint was not found.
Declaration
public const int HNS_ENDPOINT_NOT_FOUND = -1069875198
Field Value
|
Improve this Doc
View Source
HNS_ENDPOINT_SHARING_DISABLED
Endpoint sharing is disabled.
Declaration
public const int HNS_ENDPOINT_SHARING_DISABLED = -1069875171
Field Value
|
Improve this Doc
View Source
HNS_GUID_CONVERSION_FAILURE
Failed to interpret a parameter as a GUID.
Declaration
public const int HNS_GUID_CONVERSION_FAILURE = -1069875175
Field Value
|
Improve this Doc
View Source
HNS_INVALID_ENDPOINT
The provided endpoint configuration is invalid or missing parameters.
Declaration
public const int HNS_INVALID_ENDPOINT = -1069875188
Field Value
|
Improve this Doc
View Source
HNS_INVALID_IP
IP address is either invalid or not part of any configured subnet(s).
Declaration
public const int HNS_INVALID_IP = -1069875170
Field Value
|
Improve this Doc
View Source
HNS_INVALID_JSON
Invalid JSON document string.
Declaration
public const int HNS_INVALID_JSON = -1069875173
Field Value
|
Improve this Doc
View Source
HNS_INVALID_JSON_REFERENCE
The reference is invalid in the JSON document.
Declaration
public const int HNS_INVALID_JSON_REFERENCE = -1069875172
Field Value
|
Improve this Doc
View Source
HNS_INVALID_NETWORK
The provided network configuration is invalid or missing parameters.
Declaration
public const int HNS_INVALID_NETWORK = -1069875190
Field Value
|
Improve this Doc
View Source
HNS_INVALID_NETWORK_TYPE
Declaration
public const int HNS_INVALID_NETWORK_TYPE = -1069875189
Field Value
|
Improve this Doc
View Source
HNS_INVALID_POLICY
The provided policy configuration is invalid or missing parameters.
Declaration
public const int HNS_INVALID_POLICY = -1069875187
Field Value
|
Improve this Doc
View Source
HNS_INVALID_POLICY_TYPE
Declaration
public const int HNS_INVALID_POLICY_TYPE = -1069875186
Field Value
|
Improve this Doc
View Source
HNS_INVALID_REMOTE_ENDPOINT_OPERATION
This requested operation is invalid for a remote endpoint.
Declaration
public const int HNS_INVALID_REMOTE_ENDPOINT_OPERATION = -1069875185
Field Value
|
Improve this Doc
View Source
HNS_LAYER_ALREADY_EXISTS
A network with this name already exists.
Declaration
public const int HNS_LAYER_ALREADY_EXISTS = -1069875183
Field Value
|
Improve this Doc
View Source
HNS_LAYER_NOT_FOUND
The network's underlying layer was not found.
Declaration
public const int HNS_LAYER_NOT_FOUND = -1069875197
Field Value
|
Improve this Doc
View Source
HNS_MAPPING_NOT_SUPPORTED
Port mapping is not supported on the given network.
Declaration
public const int HNS_MAPPING_NOT_SUPPORTED = -1069875178
Field Value
|
Improve this Doc
View Source
HNS_NETWORK_ALREADY_EXISTS
A network with this name already exists.
Declaration
public const int HNS_NETWORK_ALREADY_EXISTS = -1069875184
Field Value
|
Improve this Doc
View Source
HNS_NETWORK_NOT_FOUND
The network was not found.
Declaration
public const int HNS_NETWORK_NOT_FOUND = -1069875199
Field Value
|
Improve this Doc
View Source
HNS_POLICY_ALREADY_EXISTS
Policy information already exists on this object.
Declaration
public const int HNS_POLICY_ALREADY_EXISTS = -1069875182
Field Value
|
Improve this Doc
View Source
HNS_POLICY_NOT_FOUND
An expected policy was not found.
Declaration
public const int HNS_POLICY_NOT_FOUND = -1069875192
Field Value
|
Improve this Doc
View Source
HNS_PORT_ALREADY_EXISTS
The specified port already exists.
Declaration
public const int HNS_PORT_ALREADY_EXISTS = -1069875181
Field Value
|
Improve this Doc
View Source
HNS_PORT_NOT_FOUND
The switch-port was not found.
Declaration
public const int HNS_PORT_NOT_FOUND = -1069875193
Field Value
|
Improve this Doc
View Source
HNS_REGKEY_FAILURE
Failed to process registry key.
Declaration
public const int HNS_REGKEY_FAILURE = -1069875174
Field Value
|
Improve this Doc
View Source
HNS_REQUEST_UNSUPPORTED
The specified request is unsupported.
Declaration
public const int HNS_REQUEST_UNSUPPORTED = -1069875179
Field Value
|
Improve this Doc
View Source
HNS_SHARED_SWITCH_MODIFICATION
Cannot modify a switch shared by multiple networks.
Declaration
public const int HNS_SHARED_SWITCH_MODIFICATION = -1069875176
Field Value
|
Improve this Doc
View Source
HNS_SUBNET_NOT_FOUND
The network does not have a subnet for this endpoint.
Declaration
public const int HNS_SUBNET_NOT_FOUND = -1069875195
Field Value
|
Improve this Doc
View Source
HNS_SWITCH_EXTENSION_NOT_FOUND
The specified switch extension does not exist on this switch.
Declaration
public const int HNS_SWITCH_EXTENSION_NOT_FOUND = -1069875169
Field Value
|
Improve this Doc
View Source
HNS_SWITCH_NOT_FOUND
The virtual switch was not found.
Declaration
public const int HNS_SWITCH_NOT_FOUND = -1069875196
Field Value
|
Improve this Doc
View Source
HNS_VFP_PORTSETTING_NOT_FOUND
A required VFP port setting was not found.
Declaration
public const int HNS_VFP_PORTSETTING_NOT_FOUND = -1069875191
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_AMBIGUOUS
Declaration
public const int HTTP_E_STATUS_AMBIGUOUS = -2145844948
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_BAD_GATEWAY
Declaration
public const int HTTP_E_STATUS_BAD_GATEWAY = -2145844746
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_BAD_METHOD
Method not allowed (405).
Declaration
public const int HTTP_E_STATUS_BAD_METHOD = -2145844843
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_BAD_REQUEST
Declaration
public const int HTTP_E_STATUS_BAD_REQUEST = -2145844848
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_CONFLICT
Declaration
public const int HTTP_E_STATUS_CONFLICT = -2145844839
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_DENIED
Declaration
public const int HTTP_E_STATUS_DENIED = -2145844847
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_EXPECTATION_FAILED
Expectation failed (417).
Declaration
public const int HTTP_E_STATUS_EXPECTATION_FAILED = -2145844831
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_FORBIDDEN
Declaration
public const int HTTP_E_STATUS_FORBIDDEN = -2145844845
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_GATEWAY_TIMEOUT
Declaration
public const int HTTP_E_STATUS_GATEWAY_TIMEOUT = -2145844744
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_GONE
Declaration
public const int HTTP_E_STATUS_GONE = -2145844838
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_LENGTH_REQUIRED
Declaration
public const int HTTP_E_STATUS_LENGTH_REQUIRED = -2145844837
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_MOVED
Declaration
public const int HTTP_E_STATUS_MOVED = -2145844947
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_NONE_ACCEPTABLE
Declaration
public const int HTTP_E_STATUS_NONE_ACCEPTABLE = -2145844842
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_NOT_FOUND
Declaration
public const int HTTP_E_STATUS_NOT_FOUND = -2145844844
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_NOT_MODIFIED
Declaration
public const int HTTP_E_STATUS_NOT_MODIFIED = -2145844944
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_NOT_SUPPORTED
Declaration
public const int HTTP_E_STATUS_NOT_SUPPORTED = -2145844747
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_PAYMENT_REQ
Declaration
public const int HTTP_E_STATUS_PAYMENT_REQ = -2145844846
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_PRECOND_FAILED
Precondition failed (412).
Declaration
public const int HTTP_E_STATUS_PRECOND_FAILED = -2145844836
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_PROXY_AUTH_REQ
Proxy authentication required (407).
Declaration
public const int HTTP_E_STATUS_PROXY_AUTH_REQ = -2145844841
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_RANGE_NOT_SATISFIABLE
Requested range not satisfiable (416).
Declaration
public const int HTTP_E_STATUS_RANGE_NOT_SATISFIABLE = -2145844832
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_REDIRECT
Declaration
public const int HTTP_E_STATUS_REDIRECT = -2145844946
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_REDIRECT_KEEP_VERB
Temporary redirect (307).
Declaration
public const int HTTP_E_STATUS_REDIRECT_KEEP_VERB = -2145844941
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_REDIRECT_METHOD
Declaration
public const int HTTP_E_STATUS_REDIRECT_METHOD = -2145844945
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_REQUEST_TIMEOUT
Declaration
public const int HTTP_E_STATUS_REQUEST_TIMEOUT = -2145844840
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_REQUEST_TOO_LARGE
Request entity too large (413).
Declaration
public const int HTTP_E_STATUS_REQUEST_TOO_LARGE = -2145844835
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_SERVER_ERROR
Internal server error (500).
Declaration
public const int HTTP_E_STATUS_SERVER_ERROR = -2145844748
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_SERVICE_UNAVAIL
Service unavailable (503).
Declaration
public const int HTTP_E_STATUS_SERVICE_UNAVAIL = -2145844745
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_UNEXPECTED
Unexpected HTTP status code.
Declaration
public const int HTTP_E_STATUS_UNEXPECTED = -2145845247
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR
Unexpected client error status code (4xx).
Declaration
public const int HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR = -2145845244
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_UNEXPECTED_REDIRECTION
Unexpected redirection status code (3xx).
Declaration
public const int HTTP_E_STATUS_UNEXPECTED_REDIRECTION = -2145845245
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR
Unexpected server error status code (5xx).
Declaration
public const int HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR = -2145845243
Field Value
|
Improve this Doc
View Source
Unsupported media type (415).
Declaration
public const int HTTP_E_STATUS_UNSUPPORTED_MEDIA = -2145844833
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_URI_TOO_LONG
Request-URI too long (414).
Declaration
public const int HTTP_E_STATUS_URI_TOO_LONG = -2145844834
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_USE_PROXY
Declaration
public const int HTTP_E_STATUS_USE_PROXY = -2145844943
Field Value
|
Improve this Doc
View Source
HTTP_E_STATUS_VERSION_NOT_SUP
Version not supported (505).
Declaration
public const int HTTP_E_STATUS_VERSION_NOT_SUP = -2145844743
Field Value
|
Improve this Doc
View Source
INET_E_AUTHENTICATION_REQUIRED
Authentication is required to access this resource.
Declaration
public const int INET_E_AUTHENTICATION_REQUIRED = -2146697207
Field Value
|
Improve this Doc
View Source
INET_E_CANNOT_CONNECT
Unable to connect to the target server.
Declaration
public const int INET_E_CANNOT_CONNECT = -2146697212
Field Value
|
Improve this Doc
View Source
INET_E_CANNOT_INSTANTIATE_OBJECT
Unable to instantiate the object.
Declaration
public const int INET_E_CANNOT_INSTANTIATE_OBJECT = -2146697200
Field Value
|
Improve this Doc
View Source
INET_E_CANNOT_LOAD_DATA
The system could not load the persisted data.
Declaration
public const int INET_E_CANNOT_LOAD_DATA = -2146697201
Field Value
|
Improve this Doc
View Source
INET_E_CONNECTION_TIMEOUT
The operation was timed out.
Declaration
public const int INET_E_CONNECTION_TIMEOUT = -2146697205
Field Value
|
Improve this Doc
View Source
INET_E_DATA_NOT_AVAILABLE
No data is available for the requested resource.
Declaration
public const int INET_E_DATA_NOT_AVAILABLE = -2146697209
Field Value
|
Improve this Doc
View Source
INET_E_DOWNLOAD_FAILURE
The download of the specified resource has failed.
Declaration
public const int INET_E_DOWNLOAD_FAILURE = -2146697208
Field Value
|
Improve this Doc
View Source
INET_E_INVALID_CERTIFICATE
Security certificate required to access this resource is invalid.
Declaration
public const int INET_E_INVALID_CERTIFICATE = -2146697191
Field Value
|
Improve this Doc
View Source
INET_E_INVALID_REQUEST
The server did not understand the request, or the request was invalid.
Declaration
public const int INET_E_INVALID_REQUEST = -2146697204
Field Value
|
Improve this Doc
View Source
INET_E_INVALID_URL
Declaration
public const int INET_E_INVALID_URL = -2146697214
Field Value
|
Improve this Doc
View Source
INET_E_NO_SESSION
No Internet session has been established.
Declaration
public const int INET_E_NO_SESSION = -2146697213
Field Value
|
Improve this Doc
View Source
The server could not recognize the provided mime type.
Declaration
public const int INET_E_NO_VALID_MEDIA = -2146697206
Field Value
|
Improve this Doc
View Source
INET_E_OBJECT_NOT_FOUND
The system cannot locate the object specified.
Declaration
public const int INET_E_OBJECT_NOT_FOUND = -2146697210
Field Value
|
Improve this Doc
View Source
INET_E_REDIRECT_FAILED
A redirection problem occurred.
Declaration
public const int INET_E_REDIRECT_FAILED = -2146697196
Field Value
|
Improve this Doc
View Source
INET_E_REDIRECT_TO_DIR
The requested resource is a directory, not a file.
Declaration
public const int INET_E_REDIRECT_TO_DIR = -2146697195
Field Value
|
Improve this Doc
View Source
INET_E_RESOURCE_NOT_FOUND
The system cannot locate the resource specified.
Declaration
public const int INET_E_RESOURCE_NOT_FOUND = -2146697211
Field Value
|
Improve this Doc
View Source
INET_E_SECURITY_PROBLEM
A security problem occurred.
Declaration
public const int INET_E_SECURITY_PROBLEM = -2146697202
Field Value
|
Improve this Doc
View Source
INET_E_UNKNOWN_PROTOCOL
The specified protocol is unknown.
Declaration
public const int INET_E_UNKNOWN_PROTOCOL = -2146697203
Field Value
|
Improve this Doc
View Source
INPLACE_E_FIRST
Declaration
public const int INPLACE_E_FIRST = -2147221088
Field Value
|
Improve this Doc
View Source
INPLACE_E_LAST
Declaration
public const int INPLACE_E_LAST = -2147221073
Field Value
|
Improve this Doc
View Source
Space for tools is not available
Declaration
public const int INPLACE_E_NOTOOLSPACE = -2147221087
Field Value
|
Improve this Doc
View Source
INPLACE_E_NOTUNDOABLE
Declaration
public const int INPLACE_E_NOTUNDOABLE = -2147221088
Field Value
|
Improve this Doc
View Source
INPLACE_S_FIRST
Declaration
public const int INPLACE_S_FIRST = 262560
Field Value
|
Improve this Doc
View Source
INPLACE_S_LAST
Declaration
public const int INPLACE_S_LAST = 262575
Field Value
|
Improve this Doc
View Source
INPLACE_S_TRUNCATED
Message is too long; some of it had to be truncated before displaying
Declaration
public const int INPLACE_S_TRUNCATED = 262560
Field Value
|
Improve this Doc
View Source
Failed to retrieve information about the input device.
Declaration
public const int INPUT_E_DEVICE_INFO = -2143289338
Field Value
|
Improve this Doc
View Source
The property is not supported or not reported correctly by the input device.
Declaration
public const int INPUT_E_DEVICE_PROPERTY = -2143289336
Field Value
|
Improve this Doc
View Source
Packets in the frame are inconsistent. Either pointer ids are not unique or there is a discrepancy in timestamps, frame ids, pointer types or source devices.
Declaration
public const int INPUT_E_FRAME = -2143289340
Field Value
|
Improve this Doc
View Source
INPUT_E_HISTORY
The history of frames is inconsistent. Pointer ids, types, source devices don't match, or frame ids are not unique, or timestamps are out of order.
Declaration
public const int INPUT_E_HISTORY = -2143289339
Field Value
|
Improve this Doc
View Source
Input cannot be processed because there is ongoing interaction with another pointer type.
Declaration
public const int INPUT_E_MULTIMODAL = -2143289342
Field Value
|
Improve this Doc
View Source
Input data cannot be processed in the non-chronological order.
Declaration
public const int INPUT_E_OUT_OF_ORDER = -2143289344
Field Value
|
Improve this Doc
View Source
One or more fields in the input packet are invalid.
Declaration
public const int INPUT_E_PACKET = -2143289341
Field Value
|
Improve this Doc
View Source
Requested operation cannot be performed inside the callback or event handler.
Declaration
public const int INPUT_E_REENTRANCY = -2143289343
Field Value
|
Improve this Doc
View Source
Coordinate system transformation failed to transform the data.
Declaration
public const int INPUT_E_TRANSFORM = -2143289337
Field Value
|
Improve this Doc
View Source
JSCRIPT_E_CANTEXECUTE
Function could not execute because it was deleted or garbage collected.
Declaration
public const int JSCRIPT_E_CANTEXECUTE = -1996357631
Field Value
|
Improve this Doc
View Source
MARSHAL_E_FIRST
Declaration
public const int MARSHAL_E_FIRST = -2147221216
Field Value
|
Improve this Doc
View Source
MARSHAL_E_LAST
Declaration
public const int MARSHAL_E_LAST = -2147221201
Field Value
|
Improve this Doc
View Source
MARSHAL_S_FIRST
Declaration
public const int MARSHAL_S_FIRST = 262432
Field Value
|
Improve this Doc
View Source
MARSHAL_S_LAST
Declaration
public const int MARSHAL_S_LAST = 262447
Field Value
|
Improve this Doc
View Source
MEM_E_INVALID_LINK
An allocation chain contained an invalid link pointer
Declaration
public const int MEM_E_INVALID_LINK = -2146959344
Field Value
|
Improve this Doc
View Source
MEM_E_INVALID_ROOT
An invalid root block pointer was specified
Declaration
public const int MEM_E_INVALID_ROOT = -2146959351
Field Value
|
Improve this Doc
View Source
MEM_E_INVALID_SIZE
The requested allocation size was too large
Declaration
public const int MEM_E_INVALID_SIZE = -2146959343
Field Value
|
Improve this Doc
View Source
MILAVERR_INSUFFICIENTVIDEORESOURCES
MILAVERR_INSUFFICIENTVIDEORESOURCES
Declaration
public const int MILAVERR_INSUFFICIENTVIDEORESOURCES = -2003303160
Field Value
|
Improve this Doc
View Source
MILAVERR_INVALIDWMPVERSION
MILAVERR_INVALIDWMPVERSION
Declaration
public const int MILAVERR_INVALIDWMPVERSION = -2003303161
Field Value
|
Improve this Doc
View Source
MILAVERR_MEDIAPLAYERCLOSED
Declaration
public const int MILAVERR_MEDIAPLAYERCLOSED = -2003303155
Field Value
|
Improve this Doc
View Source
MILAVERR_MODULENOTLOADED
Declaration
public const int MILAVERR_MODULENOTLOADED = -2003303163
Field Value
|
Improve this Doc
View Source
MILAVERR_NOCLOCK
Declaration
public const int MILAVERR_NOCLOCK = -2003303168
Field Value
|
Improve this Doc
View Source
Declaration
public const int MILAVERR_NOMEDIATYPE = -2003303167
Field Value
|
Improve this Doc
View Source
MILAVERR_NOREADYFRAMES
Declaration
public const int MILAVERR_NOREADYFRAMES = -2003303164
Field Value
|
Improve this Doc
View Source
MILAVERR_NOVIDEOMIXER
Declaration
public const int MILAVERR_NOVIDEOMIXER = -2003303166
Field Value
|
Improve this Doc
View Source
MILAVERR_NOVIDEOPRESENTER
MILAVERR_NOVIDEOPRESENTER
Declaration
public const int MILAVERR_NOVIDEOPRESENTER = -2003303165
Field Value
|
Improve this Doc
View Source
MILAVERR_REQUESTEDTEXTURETOOBIG
MILAVERR_REQUESTEDTEXTURETOOBIG
Declaration
public const int MILAVERR_REQUESTEDTEXTURETOOBIG = -2003303158
Field Value
|
Improve this Doc
View Source
MILAVERR_SEEKFAILED
Declaration
public const int MILAVERR_SEEKFAILED = -2003303157
Field Value
|
Improve this Doc
View Source
MILAVERR_UNEXPECTEDWMPFAILURE
MILAVERR_UNEXPECTEDWMPFAILURE
Declaration
public const int MILAVERR_UNEXPECTEDWMPFAILURE = -2003303156
Field Value
|
Improve this Doc
View Source
MILAVERR_UNKNOWNHARDWAREERROR
MILAVERR_UNKNOWNHARDWAREERROR
Declaration
public const int MILAVERR_UNKNOWNHARDWAREERROR = -2003303154
Field Value
|
Improve this Doc
View Source
MILAVERR_VIDEOACCELERATIONNOTAVAILABLE
MILAVERR_VIDEOACCELERATIONNOTAVAILABLE
Declaration
public const int MILAVERR_VIDEOACCELERATIONNOTAVAILABLE = -2003303159
Field Value
|
Improve this Doc
View Source
MILAVERR_WMPFACTORYNOTREGISTERED
MILAVERR_WMPFACTORYNOTREGISTERED
Declaration
public const int MILAVERR_WMPFACTORYNOTREGISTERED = -2003303162
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_ALREADYATTACHEDTOLISTENER
MILEFFECTSERR_ALREADYATTACHEDTOLISTENER
Declaration
public const int MILEFFECTSERR_ALREADYATTACHEDTOLISTENER = -2003302888
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT
MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT
Declaration
public const int MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT = -2003302894
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_CONNECTORNOTCONNECTED
MILEFFECTSERR_CONNECTORNOTCONNECTED
Declaration
public const int MILEFFECTSERR_CONNECTORNOTCONNECTED = -2003302895
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_CYCLEDETECTED
MILEFFECTSERR_CYCLEDETECTED
Declaration
public const int MILEFFECTSERR_CYCLEDETECTED = -2003302892
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_EFFECTALREADYINAGRAPH
MILEFFECTSERR_EFFECTALREADYINAGRAPH
Declaration
public const int MILEFFECTSERR_EFFECTALREADYINAGRAPH = -2003302890
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_EFFECTHASNOCHILDREN
MILEFFECTSERR_EFFECTHASNOCHILDREN
Declaration
public const int MILEFFECTSERR_EFFECTHASNOCHILDREN = -2003302889
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_EFFECTINMORETHANONEGRAPH
MILEFFECTSERR_EFFECTINMORETHANONEGRAPH
Declaration
public const int MILEFFECTSERR_EFFECTINMORETHANONEGRAPH = -2003302891
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_EFFECTNOTPARTOFGROUP
MILEFFECTSERR_EFFECTNOTPARTOFGROUP
Declaration
public const int MILEFFECTSERR_EFFECTNOTPARTOFGROUP = -2003302897
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_EMPTYBOUNDS
MILEFFECTSERR_EMPTYBOUNDS
Declaration
public const int MILEFFECTSERR_EMPTYBOUNDS = -2003302886
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_NOINPUTSOURCEATTACHED
Declaration
public const int MILEFFECTSERR_NOINPUTSOURCEATTACHED = -2003302896
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_NOTAFFINETRANSFORM
Declaration
public const int MILEFFECTSERR_NOTAFFINETRANSFORM = -2003302887
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_OUTPUTSIZETOOLARGE
Declaration
public const int MILEFFECTSERR_OUTPUTSIZETOOLARGE = -2003302885
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_RESERVED
Declaration
public const int MILEFFECTSERR_RESERVED = -2003302893
Field Value
|
Improve this Doc
View Source
MILEFFECTSERR_UNKNOWNPROPERTY
MILEFFECTSERR_UNKNOWNPROPERTY
Declaration
public const int MILEFFECTSERR_UNKNOWNPROPERTY = -2003302898
Field Value
|
Improve this Doc
View Source
MILERR_ADAPTER_NOT_FOUND
DWM can not find the adapter specified by the LUID.
Declaration
public const int MILERR_ADAPTER_NOT_FOUND = -2003304290
Field Value
|
Improve this Doc
View Source
MILERR_ALREADY_INITIALIZED
The object has already been initialized.
Declaration
public const int MILERR_ALREADY_INITIALIZED = -2003304305
Field Value
|
Improve this Doc
View Source
MILERR_ALREADYLOCKED
Lock attempted on an already locked object.
Declaration
public const int MILERR_ALREADYLOCKED = -2003304314
Field Value
|
Improve this Doc
View Source
MILERR_BADNUMBER
Declaration
public const int MILERR_BADNUMBER = -2003304438
Field Value
|
Improve this Doc
View Source
MILERR_COLORSPACE_NOT_SUPPORTED
The requested bitmap color space is not supported.
Declaration
public const int MILERR_COLORSPACE_NOT_SUPPORTED = -2003304289
Field Value
|
Improve this Doc
View Source
MILERR_DEVICECANNOTRENDERTEXT
No algorithm avaliable to render text with this device
Declaration
public const int MILERR_DEVICECANNOTRENDERTEXT = -2003304312
Field Value
|
Improve this Doc
View Source
The display format we need to render is not supported by the hardware device.
Declaration
public const int MILERR_DISPLAYFORMATNOTSUPPORTED = -2003304316
Field Value
|
Improve this Doc
View Source
MILERR_DISPLAYID_ACCESS_DENIED
Access is denied to the requested bitmap for the specified display id.
Declaration
public const int MILERR_DISPLAYID_ACCESS_DENIED = -2003304287
Field Value
|
Improve this Doc
View Source
MILERR_DISPLAYSTATEINVALID
MILERR_DISPLAYSTATEINVALID
Declaration
public const int MILERR_DISPLAYSTATEINVALID = -2003304442
Field Value
|
Improve this Doc
View Source
MILERR_DXGI_ENUMERATION_OUT_OF_SYNC
Primary Display device returned an invalid refresh rate.
Declaration
public const int MILERR_DXGI_ENUMERATION_OUT_OF_SYNC = -2003304291
Field Value
|
Improve this Doc
View Source
MILERR_GENERIC_IGNORE
Marker error for known Win32 errors that are currently being ignored by the compositor. This is to avoid returning S_OK when an error has occurred, but still unwind the stack in the correct location.
Declaration
public const int MILERR_GENERIC_IGNORE = -2003304309
Field Value
|
Improve this Doc
View Source
MILERR_GLYPHBITMAPMISSED
Some glyph bitmaps, required for glyph run rendering, are not contained in glyph cache.
Declaration
public const int MILERR_GLYPHBITMAPMISSED = -2003304311
Field Value
|
Improve this Doc
View Source
MILERR_INSUFFICIENTBUFFER
MILERR_INSUFFICIENTBUFFER
Declaration
public const int MILERR_INSUFFICIENTBUFFER = -2003304446
Field Value
|
Improve this Doc
View Source
MILERR_INTERNALERROR
An internal error (MIL bug) occurred. On checked builds, an assert would be raised.
Declaration
public const int MILERR_INTERNALERROR = -2003304320
Field Value
|
Improve this Doc
View Source
MILERR_INVALIDCALL
A call to this method is invalid.
Declaration
public const int MILERR_INVALIDCALL = -2003304315
Field Value
|
Improve this Doc
View Source
Guideline coordinates are not sorted properly or contain NaNs.
Declaration
public const int MILERR_MALFORMED_GUIDELINE_DATA = -2003304308
Field Value
|
Improve this Doc
View Source
Some glyph bitmaps in glyph cache are unexpectedly big.
Declaration
public const int MILERR_MALFORMEDGLYPHCACHE = -2003304310
Field Value
|
Improve this Doc
View Source
MILERR_MAX_TEXTURE_SIZE_EXCEEDED
Requested DX redirection surface size exceeded maximum texture size.
Declaration
public const int MILERR_MAX_TEXTURE_SIZE_EXCEEDED = -2003304294
Field Value
|
Improve this Doc
View Source
MILERR_MISMATCHED_SIZE
The size of the object does not match the expected size.
Declaration
public const int MILERR_MISMATCHED_SIZE = -2003304304
Field Value
|
Improve this Doc
View Source
MILERR_MROW_READLOCK_FAILED
MROW attempt to get a read lock failed.
Declaration
public const int MILERR_MROW_READLOCK_FAILED = -2003304297
Field Value
|
Improve this Doc
View Source
MILERR_MROW_UPDATE_FAILED
MROW attempt to update the data failed because another update was outstanding.
Declaration
public const int MILERR_MROW_UPDATE_FAILED = -2003304296
Field Value
|
Improve this Doc
View Source
MILERR_NEED_RECREATE_AND_PRESENT
There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.
There are two known case for this: 1) D3D Driver Internal error 2) D3D E_FAIL 2a) Unknown root cause b) When resizing too quickly for DWM and D3D stay in sync
Declaration
public const int MILERR_NEED_RECREATE_AND_PRESENT = -2003304306
Field Value
|
Improve this Doc
View Source
MILERR_NO_HARDWARE_DEVICE
No HW rendering device is available for this operation.
Declaration
public const int MILERR_NO_HARDWARE_DEVICE = -2003304307
Field Value
|
Improve this Doc
View Source
MILERR_NO_REDIRECTION_SURFACE_AVAILABLE
No Redirection surface available.
Declaration
public const int MILERR_NO_REDIRECTION_SURFACE_AVAILABLE = -2003304303
Field Value
|
Improve this Doc
View Source
MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER
No redirection surface was available. Caller should retry the call.
Declaration
public const int MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER = -2003304299
Field Value
|
Improve this Doc
View Source
MILERR_NONINVERTIBLEMATRIX
MILERR_NONINVERTIBLEMATRIX
Declaration
public const int MILERR_NONINVERTIBLEMATRIX = -2003304441
Field Value
|
Improve this Doc
View Source
MILERR_NOT_QUEUING_PRESENTS
Queued Presents are not being used.
Declaration
public const int MILERR_NOT_QUEUING_PRESENTS = -2003304300
Field Value
|
Improve this Doc
View Source
MILERR_NOTLOCKED
Unlock attempted on an unlocked object.
Declaration
public const int MILERR_NOTLOCKED = -2003304313
Field Value
|
Improve this Doc
View Source
MILERR_OBJECTBUSY
Declaration
public const int MILERR_OBJECTBUSY = -2003304447
Field Value
|
Improve this Doc
View Source
MILERR_PREFILTER_NOT_SUPPORTED
The requested bitmap pre-filtering state is not supported.
Declaration
public const int MILERR_PREFILTER_NOT_SUPPORTED = -2003304288
Field Value
|
Improve this Doc
View Source
MILERR_QPC_TIME_WENT_BACKWARD
QueryPerformanceCounter returned a time in the past.
Declaration
public const int MILERR_QPC_TIME_WENT_BACKWARD = -2003304293
Field Value
|
Improve this Doc
View Source
MILERR_QUEUED_PRESENT_NOT_SUPPORTED
Queued Presents are not supported.
Declaration
public const int MILERR_QUEUED_PRESENT_NOT_SUPPORTED = -2003304301
Field Value
|
Improve this Doc
View Source
MILERR_REMOTING_NOT_SUPPORTED
Remoting of this content is not supported.
Declaration
public const int MILERR_REMOTING_NOT_SUPPORTED = -2003304302
Field Value
|
Improve this Doc
View Source
MILERR_SCANNER_FAILED
Declaration
public const int MILERR_SCANNER_FAILED = -2003304444
Field Value
|
Improve this Doc
View Source
MILERR_SCREENACCESSDENIED
MILERR_SCREENACCESSDENIED
Declaration
public const int MILERR_SCREENACCESSDENIED = -2003304443
Field Value
|
Improve this Doc
View Source
MILERR_SHADER_COMPILE_FAILED
Shader compilation failed.
Declaration
public const int MILERR_SHADER_COMPILE_FAILED = -2003304295
Field Value
|
Improve this Doc
View Source
MILERR_TERMINATED
Declaration
public const int MILERR_TERMINATED = -2003304439
Field Value
|
Improve this Doc
View Source
MILERR_TOOMANYSHADERELEMNTS
Shader construction failed because it was too complex.
Declaration
public const int MILERR_TOOMANYSHADERELEMNTS = -2003304298
Field Value
|
Improve this Doc
View Source
MILERR_WIN32ERROR
Declaration
public const int MILERR_WIN32ERROR = -2003304445
Field Value
|
Improve this Doc
View Source
MILERR_ZEROVECTOR
Declaration
public const int MILERR_ZEROVECTOR = -2003304440
Field Value
|
Improve this Doc
View Source
MK_E_CANTOPENFILE
Declaration
public const int MK_E_CANTOPENFILE = -2147221014
Field Value
|
Improve this Doc
View Source
MK_E_CONNECTMANUALLY
Moniker needs to be connected manually
Declaration
public const int MK_E_CONNECTMANUALLY = -2147221024
Field Value
|
Improve this Doc
View Source
MK_E_ENUMERATION_FAILED
Moniker could not be enumerated
Declaration
public const int MK_E_ENUMERATION_FAILED = -2147221009
Field Value
|
Improve this Doc
View Source
MK_E_EXCEEDEDDEADLINE
Operation exceeded deadline
Declaration
public const int MK_E_EXCEEDEDDEADLINE = -2147221023
Field Value
|
Improve this Doc
View Source
MK_E_FIRST
Declaration
public const int MK_E_FIRST = -2147221024
Field Value
|
Improve this Doc
View Source
Intermediate operation failed
Declaration
public const int MK_E_INTERMEDIATEINTERFACENOTSUPPORTED = -2147221017
Field Value
|
Improve this Doc
View Source
MK_E_INVALIDEXTENSION
Declaration
public const int MK_E_INVALIDEXTENSION = -2147221018
Field Value
|
Improve this Doc
View Source
MK_E_LAST
Declaration
public const int MK_E_LAST = -2147221009
Field Value
|
Improve this Doc
View Source
MK_E_MUSTBOTHERUSER
User input required for operation to succeed
Declaration
public const int MK_E_MUSTBOTHERUSER = -2147221013
Field Value
|
Improve this Doc
View Source
MK_E_NEEDGENERIC
Moniker needs to be generic
Declaration
public const int MK_E_NEEDGENERIC = -2147221022
Field Value
|
Improve this Doc
View Source
MK_E_NO_NORMALIZED
Moniker path could not be normalized
Declaration
public const int MK_E_NO_NORMALIZED = -2146959353
Field Value
|
Improve this Doc
View Source
MK_E_NOINVERSE
Moniker class has no inverse
Declaration
public const int MK_E_NOINVERSE = -2147221012
Field Value
|
Improve this Doc
View Source
MK_E_NOOBJECT
Declaration
public const int MK_E_NOOBJECT = -2147221019
Field Value
|
Improve this Doc
View Source
MK_E_NOPREFIX
Declaration
public const int MK_E_NOPREFIX = -2147221010
Field Value
|
Improve this Doc
View Source
MK_E_NOSTORAGE
Moniker does not refer to storage
Declaration
public const int MK_E_NOSTORAGE = -2147221011
Field Value
|
Improve this Doc
View Source
MK_E_NOTBINDABLE
Declaration
public const int MK_E_NOTBINDABLE = -2147221016
Field Value
|
Improve this Doc
View Source
MK_E_NOTBOUND
Declaration
public const int MK_E_NOTBOUND = -2147221015
Field Value
|
Improve this Doc
View Source
MK_E_SYNTAX
Declaration
public const int MK_E_SYNTAX = -2147221020
Field Value
|
Improve this Doc
View Source
MK_E_UNAVAILABLE
Declaration
public const int MK_E_UNAVAILABLE = -2147221021
Field Value
|
Improve this Doc
View Source
MK_S_FIRST
Declaration
public const int MK_S_FIRST = 262624
Field Value
|
Improve this Doc
View Source
MK_S_HIM
Common prefix is input moniker
Declaration
public const int MK_S_HIM = 262629
Field Value
|
Improve this Doc
View Source
MK_S_LAST
Declaration
public const int MK_S_LAST = 262639
Field Value
|
Improve this Doc
View Source
MK_S_ME
Common prefix is this moniker
Declaration
public const int MK_S_ME = 262628
Field Value
|
Improve this Doc
View Source
MK_S_MONIKERALREADYREGISTERED
Moniker is already registered in running object table
Declaration
public const int MK_S_MONIKERALREADYREGISTERED = 262631
Field Value
|
Improve this Doc
View Source
MK_S_REDUCED_TO_SELF
Moniker reduced to itself
Declaration
public const int MK_S_REDUCED_TO_SELF = 262626
Field Value
|
Improve this Doc
View Source
MK_S_US
Common prefix is both monikers
Declaration
public const int MK_S_US = 262630
Field Value
|
Improve this Doc
View Source
MSDTC_E_DUPLICATE_RESOURCE
Cannot create a duplicate resource of type Distributed Transaction Coordinator
Declaration
public const int MSDTC_E_DUPLICATE_RESOURCE = -2146367743
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT
First table does not appear after header information.
Declaration
public const int MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT = -2146865144
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_BAD_MAGICNUMBER
The magic number in the head table is incorrect.
Declaration
public const int MSSIPOTF_E_BAD_MAGICNUMBER = -2146865148
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_BAD_OFFSET_TABLE
The offset table has incorrect values.
Declaration
public const int MSSIPOTF_E_BAD_OFFSET_TABLE = -2146865147
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_BADVERSION
There is a bad version number in the file.
Declaration
public const int MSSIPOTF_E_BADVERSION = -2146865131
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_CANTGETOBJECT
Could not retrieve an object from the file.
Declaration
public const int MSSIPOTF_E_CANTGETOBJECT = -2146865150
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_CRYPT
A call to a CryptoAPI function failed.
Declaration
public const int MSSIPOTF_E_CRYPT = -2146865132
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_DSIG_STRUCTURE
The structure of the DSIG table is incorrect.
Declaration
public const int MSSIPOTF_E_DSIG_STRUCTURE = -2146865130
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_FAILED_HINTS_CHECK
The file did not pass the hints check.
Declaration
public const int MSSIPOTF_E_FAILED_HINTS_CHECK = -2146865135
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_FAILED_POLICY
The signature does not have the correct attributes for the policy.
Declaration
public const int MSSIPOTF_E_FAILED_POLICY = -2146865136
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_FILE
Failed on a file operation (open, map, read, write).
Declaration
public const int MSSIPOTF_E_FILE = -2146865133
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_FILE_CHECKSUM
The file checksum is incorrect.
Declaration
public const int MSSIPOTF_E_FILE_CHECKSUM = -2146865139
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_FILETOOSMALL
File is too small to contain the last table.
Declaration
public const int MSSIPOTF_E_FILETOOSMALL = -2146865141
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_NOHEADTABLE
Could not find the head table in the file.
Declaration
public const int MSSIPOTF_E_NOHEADTABLE = -2146865149
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_NOT_OPENTYPE
The file is not an OpenType file.
Declaration
public const int MSSIPOTF_E_NOT_OPENTYPE = -2146865134
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_OUTOFMEMRANGE
Tried to reference a part of the file outside the proper range.
Declaration
public const int MSSIPOTF_E_OUTOFMEMRANGE = -2146865151
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_PCONST_CHECK
A check failed in a partially constant table.
Declaration
public const int MSSIPOTF_E_PCONST_CHECK = -2146865129
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_STRUCTURE
Some kind of structural error.
Declaration
public const int MSSIPOTF_E_STRUCTURE = -2146865128
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_TABLE_CHECKSUM
A table checksum is incorrect.
Declaration
public const int MSSIPOTF_E_TABLE_CHECKSUM = -2146865140
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_TABLE_LONGWORD
A table does not start on a long word boundary.
Declaration
public const int MSSIPOTF_E_TABLE_LONGWORD = -2146865145
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_TABLE_PADBYTES
Too many pad bytes between tables or pad bytes are not 0.
Declaration
public const int MSSIPOTF_E_TABLE_PADBYTES = -2146865142
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_TABLE_TAGORDER
Duplicate table tags or tags out of alphabetical order.
Declaration
public const int MSSIPOTF_E_TABLE_TAGORDER = -2146865146
Field Value
|
Improve this Doc
View Source
MSSIPOTF_E_TABLES_OVERLAP
Two or more tables overlap.
Declaration
public const int MSSIPOTF_E_TABLES_OVERLAP = -2146865143
Field Value
|
Improve this Doc
View Source
NAP_E_CONFLICTING_ID
The entity ID conflicts with an already registered id.
Declaration
public const int NAP_E_CONFLICTING_ID = -2144927741
Field Value
|
Improve this Doc
View Source
NAP_E_ENTITY_DISABLED
The entity is disabled with the NapAgent service.
Declaration
public const int NAP_E_ENTITY_DISABLED = -2144927730
Field Value
|
Improve this Doc
View Source
NAP_E_ID_NOT_FOUND
The NAP component's id was not found.
Declaration
public const int NAP_E_ID_NOT_FOUND = -2144927734
Field Value
|
Improve this Doc
View Source
NAP_E_INVALID_PACKET
The NAP SoH packet is invalid.
Declaration
public const int NAP_E_INVALID_PACKET = -2144927743
Field Value
|
Improve this Doc
View Source
NAP_E_MAXSIZE_TOO_SMALL
The maximum size of the connection is too small for an SoH packet.
Declaration
public const int NAP_E_MAXSIZE_TOO_SMALL = -2144927733
Field Value
|
Improve this Doc
View Source
NAP_E_MISMATCHED_ID
The correlation id in the SoH-Request and SoH-Response do not match up.
Declaration
public const int NAP_E_MISMATCHED_ID = -2144927736
Field Value
|
Improve this Doc
View Source
NAP_E_MISSING_SOH
An SoH was missing from the NAP packet.
Declaration
public const int NAP_E_MISSING_SOH = -2144927742
Field Value
|
Improve this Doc
View Source
NAP_E_NETSH_GROUPPOLICY_ERROR
Group Policy is not configured.
Declaration
public const int NAP_E_NETSH_GROUPPOLICY_ERROR = -2144927729
Field Value
|
Improve this Doc
View Source
NAP_E_NO_CACHED_SOH
No cached SoH is present.
Declaration
public const int NAP_E_NO_CACHED_SOH = -2144927740
Field Value
|
Improve this Doc
View Source
NAP_E_NOT_INITIALIZED
The entity is not initialized with the NAP system.
Declaration
public const int NAP_E_NOT_INITIALIZED = -2144927737
Field Value
|
Improve this Doc
View Source
NAP_E_NOT_PENDING
Completion was indicated on a request that is not currently pending.
Declaration
public const int NAP_E_NOT_PENDING = -2144927735
Field Value
|
Improve this Doc
View Source
NAP_E_NOT_REGISTERED
The entity is not registered with the NAP system.
Declaration
public const int NAP_E_NOT_REGISTERED = -2144927738
Field Value
|
Improve this Doc
View Source
NAP_E_SERVICE_NOT_RUNNING
The NapAgent service is not running.
Declaration
public const int NAP_E_SERVICE_NOT_RUNNING = -2144927732
Field Value
|
Improve this Doc
View Source
NAP_E_SHV_CONFIG_EXISTED
SHV configuration already existed.
Declaration
public const int NAP_E_SHV_CONFIG_EXISTED = -2144927727
Field Value
|
Improve this Doc
View Source
NAP_E_SHV_CONFIG_NOT_FOUND
SHV configuration is not found.
Declaration
public const int NAP_E_SHV_CONFIG_NOT_FOUND = -2144927726
Field Value
|
Improve this Doc
View Source
NAP_E_SHV_TIMEOUT
SHV timed out on the request.
Declaration
public const int NAP_E_SHV_TIMEOUT = -2144927725
Field Value
|
Improve this Doc
View Source
NAP_E_STILL_BOUND
The entity is still bound to the NAP system.
Declaration
public const int NAP_E_STILL_BOUND = -2144927739
Field Value
|
Improve this Doc
View Source
NAP_E_TOO_MANY_CALLS
Too many simultaneous calls.
Declaration
public const int NAP_E_TOO_MANY_CALLS = -2144927728
Field Value
|
Improve this Doc
View Source
NAP_S_CERT_ALREADY_PRESENT
A certificate is already present in the cert store.
Declaration
public const int NAP_S_CERT_ALREADY_PRESENT = 2555917
Field Value
|
Improve this Doc
View Source
NOERROR
Declaration
public const int NOERROR = 0
Field Value
|
Improve this Doc
View Source
NTE_AUTHENTICATION_IGNORED
The dictionary attack mitigation is triggered and the provided authorization was ignored by the provider.
Declaration
public const int NTE_AUTHENTICATION_IGNORED = -2146893775
Field Value
|
Improve this Doc
View Source
NTE_BAD_ALGID
Invalid algorithm specified.
Declaration
public const int NTE_BAD_ALGID = -2146893816
Field Value
|
Improve this Doc
View Source
NTE_BAD_DATA
Declaration
public const int NTE_BAD_DATA = -2146893819
Field Value
|
Improve this Doc
View Source
NTE_BAD_FLAGS
Declaration
public const int NTE_BAD_FLAGS = -2146893815
Field Value
|
Improve this Doc
View Source
NTE_BAD_HASH
Declaration
public const int NTE_BAD_HASH = -2146893822
Field Value
|
Improve this Doc
View Source
NTE_BAD_HASH_STATE
Hash not valid for use in specified state.
Declaration
public const int NTE_BAD_HASH_STATE = -2146893812
Field Value
|
Improve this Doc
View Source
NTE_BAD_KEY
Declaration
public const int NTE_BAD_KEY = -2146893821
Field Value
|
Improve this Doc
View Source
NTE_BAD_KEY_STATE
Key not valid for use in specified state.
Declaration
public const int NTE_BAD_KEY_STATE = -2146893813
Field Value
|
Improve this Doc
View Source
NTE_BAD_KEYSET
Declaration
public const int NTE_BAD_KEYSET = -2146893802
Field Value
|
Improve this Doc
View Source
NTE_BAD_KEYSET_PARAM
The Keyset parameter is invalid.
Declaration
public const int NTE_BAD_KEYSET_PARAM = -2146893793
Field Value
|
Improve this Doc
View Source
NTE_BAD_LEN
Declaration
public const int NTE_BAD_LEN = -2146893820
Field Value
|
Improve this Doc
View Source
NTE_BAD_PROV_TYPE
Invalid provider type specified.
Declaration
public const int NTE_BAD_PROV_TYPE = -2146893804
Field Value
|
Improve this Doc
View Source
NTE_BAD_PROVIDER
Invalid provider specified.
Declaration
public const int NTE_BAD_PROVIDER = -2146893805
Field Value
|
Improve this Doc
View Source
NTE_BAD_PUBLIC_KEY
Provider's public key is invalid.
Declaration
public const int NTE_BAD_PUBLIC_KEY = -2146893803
Field Value
|
Improve this Doc
View Source
NTE_BAD_SIGNATURE
Declaration
public const int NTE_BAD_SIGNATURE = -2146893818
Field Value
|
Improve this Doc
View Source
NTE_BAD_TYPE
Declaration
public const int NTE_BAD_TYPE = -2146893814
Field Value
|
Improve this Doc
View Source
NTE_BAD_UID
Declaration
public const int NTE_BAD_UID = -2146893823
Field Value
|
Improve this Doc
View Source
NTE_BAD_VER
Declaration
public const int NTE_BAD_VER = -2146893817
Field Value
|
Improve this Doc
View Source
NTE_BUFFER_TOO_SMALL
The buffer supplied to a function was too small.
Declaration
public const int NTE_BUFFER_TOO_SMALL = -2146893784
Field Value
|
Improve this Doc
View Source
NTE_BUFFERS_OVERLAP
The supplied buffers overlap incorrectly.
Declaration
public const int NTE_BUFFERS_OVERLAP = -2146893781
Field Value
|
Improve this Doc
View Source
NTE_DECRYPTION_FAILURE
The specified data could not be decrypted.
Declaration
public const int NTE_DECRYPTION_FAILURE = -2146893780
Field Value
|
Improve this Doc
View Source
NTE_DEVICE_NOT_FOUND
The device that is required by this cryptographic provider is not found on this platform.
Declaration
public const int NTE_DEVICE_NOT_FOUND = -2146893771
Field Value
|
Improve this Doc
View Source
NTE_DEVICE_NOT_READY
The device that is required by this cryptographic provider is not ready for use.
Declaration
public const int NTE_DEVICE_NOT_READY = -2146893776
Field Value
|
Improve this Doc
View Source
NTE_DOUBLE_ENCRYPT
Declaration
public const int NTE_DOUBLE_ENCRYPT = -2146893806
Field Value
|
Improve this Doc
View Source
NTE_ENCRYPTION_FAILURE
Declaration
public const int NTE_ENCRYPTION_FAILURE = -2146893772
Field Value
|
Improve this Doc
View Source
NTE_EXISTS
Declaration
public const int NTE_EXISTS = -2146893809
Field Value
|
Improve this Doc
View Source
NTE_FAIL
An internal error occurred.
Declaration
public const int NTE_FAIL = -2146893792
Field Value
|
Improve this Doc
View Source
NTE_FIXEDPARAMETER
The key parameters could not be set because the CSP uses fixed parameters.
Declaration
public const int NTE_FIXEDPARAMETER = -2146893787
Field Value
|
Improve this Doc
View Source
NTE_HMAC_NOT_SUPPORTED
The cryptographic provider does not support HMAC.
Declaration
public const int NTE_HMAC_NOT_SUPPORTED = -2146893777
Field Value
|
Improve this Doc
View Source
NTE_INCORRECT_PASSWORD
Declaration
public const int NTE_INCORRECT_PASSWORD = -2146893773
Field Value
|
Improve this Doc
View Source
NTE_INTERNAL_ERROR
An internal consistency check failed.
Declaration
public const int NTE_INTERNAL_ERROR = -2146893779
Field Value
|
Improve this Doc
View Source
NTE_INVALID_HANDLE
The supplied handle is invalid.
Declaration
public const int NTE_INVALID_HANDLE = -2146893786
Field Value
|
Improve this Doc
View Source
NTE_INVALID_PARAMETER
The parameter is incorrect.
Declaration
public const int NTE_INVALID_PARAMETER = -2146893785
Field Value
|
Improve this Doc
View Source
NTE_KEYSET_ENTRY_BAD
Keyset as registered is invalid.
Declaration
public const int NTE_KEYSET_ENTRY_BAD = -2146893798
Field Value
|
Improve this Doc
View Source
NTE_KEYSET_NOT_DEF
The keyset is not defined.
Declaration
public const int NTE_KEYSET_NOT_DEF = -2146893799
Field Value
|
Improve this Doc
View Source
NTE_NO_KEY
Declaration
public const int NTE_NO_KEY = -2146893811
Field Value
|
Improve this Doc
View Source
NTE_NO_MEMORY
Insufficient memory available for the operation.
Declaration
public const int NTE_NO_MEMORY = -2146893810
Field Value
|
Improve this Doc
View Source
NTE_NO_MORE_ITEMS
No more data is available.
Declaration
public const int NTE_NO_MORE_ITEMS = -2146893782
Field Value
|
Improve this Doc
View Source
NTE_NOT_ACTIVE_CONSOLE
The operation cannot be completed from Terminal Server client sessions.
Declaration
public const int NTE_NOT_ACTIVE_CONSOLE = -2146893768
Field Value
|
Improve this Doc
View Source
NTE_NOT_FOUND
Declaration
public const int NTE_NOT_FOUND = -2146893807
Field Value
|
Improve this Doc
View Source
NTE_NOT_SUPPORTED
The requested operation is not supported.
Declaration
public const int NTE_NOT_SUPPORTED = -2146893783
Field Value
|
Improve this Doc
View Source
NTE_OP_OK
Declaration
public const int NTE_OP_OK = 0
Field Value
|
Improve this Doc
View Source
NTE_PASSWORD_CHANGE_REQUIRED
The password is no longer valid and must be changed.
Declaration
public const int NTE_PASSWORD_CHANGE_REQUIRED = -2146893769
Field Value
|
Improve this Doc
View Source
NTE_PERM
Declaration
public const int NTE_PERM = -2146893808
Field Value
|
Improve this Doc
View Source
NTE_PROV_DLL_NOT_FOUND
Provider DLL could not be found.
Declaration
public const int NTE_PROV_DLL_NOT_FOUND = -2146893794
Field Value
|
Improve this Doc
View Source
NTE_PROV_TYPE_ENTRY_BAD
Provider type as registered is invalid.
Declaration
public const int NTE_PROV_TYPE_ENTRY_BAD = -2146893800
Field Value
|
Improve this Doc
View Source
NTE_PROV_TYPE_NO_MATCH
Provider type does not match registered value.
Declaration
public const int NTE_PROV_TYPE_NO_MATCH = -2146893797
Field Value
|
Improve this Doc
View Source
NTE_PROV_TYPE_NOT_DEF
Provider type not defined.
Declaration
public const int NTE_PROV_TYPE_NOT_DEF = -2146893801
Field Value
|
Improve this Doc
View Source
NTE_PROVIDER_DLL_FAIL
Provider DLL failed to initialize correctly.
Declaration
public const int NTE_PROVIDER_DLL_FAIL = -2146893795
Field Value
|
Improve this Doc
View Source
NTE_SIGNATURE_FILE_BAD
The digital signature file is corrupt.
Declaration
public const int NTE_SIGNATURE_FILE_BAD = -2146893796
Field Value
|
Improve this Doc
View Source
NTE_SILENT_CONTEXT
Provider could not perform the action since the context was acquired as silent.
Declaration
public const int NTE_SILENT_CONTEXT = -2146893790
Field Value
|
Improve this Doc
View Source
NTE_SYS_ERR
Declaration
public const int NTE_SYS_ERR = -2146893791
Field Value
|
Improve this Doc
View Source
NTE_TEMPORARY_PROFILE
The profile for the user is a temporary profile.
Declaration
public const int NTE_TEMPORARY_PROFILE = -2146893788
Field Value
|
Improve this Doc
View Source
NTE_TOKEN_KEYSET_STORAGE_FULL
The security token does not have storage space available for an additional container.
Declaration
public const int NTE_TOKEN_KEYSET_STORAGE_FULL = -2146893789
Field Value
|
Improve this Doc
View Source
NTE_UI_REQUIRED
This operation requires input from the user.
Declaration
public const int NTE_UI_REQUIRED = -2146893778
Field Value
|
Improve this Doc
View Source
NTE_USER_CANCELLED
The action was cancelled by the user.
Declaration
public const int NTE_USER_CANCELLED = -2146893770
Field Value
|
Improve this Doc
View Source
NTE_VALIDATION_FAILED
The validation of the provided data failed the integrity or signature validation.
Declaration
public const int NTE_VALIDATION_FAILED = -2146893774
Field Value
|
Improve this Doc
View Source
OLE_E_ADVF
Declaration
public const int OLE_E_ADVF = -2147221503
Field Value
|
Improve this Doc
View Source
OLE_E_ADVISENOTSUPPORTED
This implementation doesn't take advises
Declaration
public const int OLE_E_ADVISENOTSUPPORTED = -2147221501
Field Value
|
Improve this Doc
View Source
OLE_E_BLANK
Declaration
public const int OLE_E_BLANK = -2147221497
Field Value
|
Improve this Doc
View Source
OLE_E_CANT_BINDTOSOURCE
Not able to bind to the source
Declaration
public const int OLE_E_CANT_BINDTOSOURCE = -2147221494
Field Value
|
Improve this Doc
View Source
OLE_E_CANT_GETMONIKER
Not able to get the moniker of the object
Declaration
public const int OLE_E_CANT_GETMONIKER = -2147221495
Field Value
|
Improve this Doc
View Source
OLE_E_CANTCONVERT
Not able to convert object
Declaration
public const int OLE_E_CANTCONVERT = -2147221487
Field Value
|
Improve this Doc
View Source
OLE_E_CLASSDIFF
Linked object's source class has changed
Declaration
public const int OLE_E_CLASSDIFF = -2147221496
Field Value
|
Improve this Doc
View Source
OLE_E_ENUM_NOMORE
Can't enumerate any more, because the associated data is missing
Declaration
public const int OLE_E_ENUM_NOMORE = -2147221502
Field Value
|
Improve this Doc
View Source
OLE_E_FIRST
Declaration
public const int OLE_E_FIRST = -2147221504
Field Value
|
Improve this Doc
View Source
OLE_E_INVALIDHWND
Declaration
public const int OLE_E_INVALIDHWND = -2147221489
Field Value
|
Improve this Doc
View Source
OLE_E_INVALIDRECT
Declaration
public const int OLE_E_INVALIDRECT = -2147221491
Field Value
|
Improve this Doc
View Source
OLE_E_LAST
Declaration
public const int OLE_E_LAST = -2147221249
Field Value
|
Improve this Doc
View Source
OLE_E_NOCACHE
There is no cache to operate on
Declaration
public const int OLE_E_NOCACHE = -2147221498
Field Value
|
Improve this Doc
View Source
OLE_E_NOCONNECTION
There is no connection for this connection ID
Declaration
public const int OLE_E_NOCONNECTION = -2147221500
Field Value
|
Improve this Doc
View Source
OLE_E_NOSTORAGE
Not able to perform the operation because object is not given storage yet
Declaration
public const int OLE_E_NOSTORAGE = -2147221486
Field Value
|
Improve this Doc
View Source
OLE_E_NOT_INPLACEACTIVE
Object is not in any of the inplace active states
Declaration
public const int OLE_E_NOT_INPLACEACTIVE = -2147221488
Field Value
|
Improve this Doc
View Source
OLE_E_NOTRUNNING
Need to run the object to perform this operation
Declaration
public const int OLE_E_NOTRUNNING = -2147221499
Field Value
|
Improve this Doc
View Source
OLE_E_OLEVERB
Invalid OLEVERB structure
Declaration
public const int OLE_E_OLEVERB = -2147221504
Field Value
|
Improve this Doc
View Source
OLE_E_PROMPTSAVECANCELLED
User canceled out of save dialog
Declaration
public const int OLE_E_PROMPTSAVECANCELLED = -2147221492
Field Value
|
Improve this Doc
View Source
OLE_E_STATIC
Object is static; operation not allowed
Declaration
public const int OLE_E_STATIC = -2147221493
Field Value
|
Improve this Doc
View Source
OLE_E_WRONGCOMPOBJ
compobj.dll is too old for the ole2.dll initialized
Declaration
public const int OLE_E_WRONGCOMPOBJ = -2147221490
Field Value
|
Improve this Doc
View Source
OLE_S_FIRST
Declaration
public const int OLE_S_FIRST = 262144
Field Value
|
Improve this Doc
View Source
OLE_S_LAST
Declaration
public const int OLE_S_LAST = 262399
Field Value
|
Improve this Doc
View Source
Macintosh clipboard format
Declaration
public const int OLE_S_MAC_CLIPFORMAT = 262146
Field Value
|
Improve this Doc
View Source
OLE_S_STATIC
Declaration
public const int OLE_S_STATIC = 262145
Field Value
|
Improve this Doc
View Source
OLE_S_USEREG
Use the registry database to provide the requested information
Declaration
public const int OLE_S_USEREG = 262144
Field Value
|
Improve this Doc
View Source
OLEOBJ_E_FIRST
Declaration
public const int OLEOBJ_E_FIRST = -2147221120
Field Value
|
Improve this Doc
View Source
OLEOBJ_E_INVALIDVERB
Invalid verb for OLE object
Declaration
public const int OLEOBJ_E_INVALIDVERB = -2147221119
Field Value
|
Improve this Doc
View Source
OLEOBJ_E_LAST
Declaration
public const int OLEOBJ_E_LAST = -2147221105
Field Value
|
Improve this Doc
View Source
OLEOBJ_E_NOVERBS
Declaration
public const int OLEOBJ_E_NOVERBS = -2147221120
Field Value
|
Improve this Doc
View Source
OLEOBJ_S_CANNOT_DOVERB_NOW
Verb number is valid but verb cannot be done now
Declaration
public const int OLEOBJ_S_CANNOT_DOVERB_NOW = 262529
Field Value
|
Improve this Doc
View Source
OLEOBJ_S_FIRST
Declaration
public const int OLEOBJ_S_FIRST = 262528
Field Value
|
Improve this Doc
View Source
OLEOBJ_S_INVALIDHWND
Invalid window handle passed
Declaration
public const int OLEOBJ_S_INVALIDHWND = 262530
Field Value
|
Improve this Doc
View Source
OLEOBJ_S_INVALIDVERB
Invalid verb for OLE object
Declaration
public const int OLEOBJ_S_INVALIDVERB = 262528
Field Value
|
Improve this Doc
View Source
OLEOBJ_S_LAST
Declaration
public const int OLEOBJ_S_LAST = 262543
Field Value
|
Improve this Doc
View Source
ONL_CONNECTION_COUNT_LIMIT
User has reached the maximum device associations per user limit.
Declaration
public const int ONL_CONNECTION_COUNT_LIMIT = -2138701811
Field Value
|
Improve this Doc
View Source
ONL_E_ACCESS_DENIED_BY_TOU
Your application cannot get the Online Id properties due to the Terms of Use accepted by the user.
Declaration
public const int ONL_E_ACCESS_DENIED_BY_TOU = -2138701822
Field Value
|
Improve this Doc
View Source
ONL_E_ACCOUNT_LOCKED
Online Id account was locked because there have been too many attempts to sign in.
Declaration
public const int ONL_E_ACCOUNT_LOCKED = -2138701817
Field Value
|
Improve this Doc
View Source
ONL_E_ACCOUNT_SUSPENDED_ABUSE
We detected some suspicious activity with your Online Id account. To help protect you, we've temporarily blocked your account.
Declaration
public const int ONL_E_ACCOUNT_SUSPENDED_ABUSE = -2138701813
Field Value
|
Improve this Doc
View Source
ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE
We have noticed some unusual activity in your Online Id account. Your action is needed to make sure no one else is using your account.
Declaration
public const int ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE = -2138701814
Field Value
|
Improve this Doc
View Source
ONL_E_ACCOUNT_UPDATE_REQUIRED
Online Id account properties must be updated before signin.
Declaration
public const int ONL_E_ACCOUNT_UPDATE_REQUIRED = -2138701819
Field Value
|
Improve this Doc
View Source
ONL_E_ACTION_REQUIRED
User interaction is required for authentication.
Declaration
public const int ONL_E_ACTION_REQUIRED = -2138701812
Field Value
|
Improve this Doc
View Source
ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT
Cannot sign out from the application since the user account is connected.
Declaration
public const int ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT = -2138701810
Field Value
|
Improve this Doc
View Source
ONL_E_EMAIL_VERIFICATION_REQUIRED
Online Id signin name is not yet verified. Email verification is required before signin.
Declaration
public const int ONL_E_EMAIL_VERIFICATION_REQUIRED = -2138701815
Field Value
|
Improve this Doc
View Source
ONL_E_FORCESIGNIN
To help protect your Online Id account you must signin again.
Declaration
public const int ONL_E_FORCESIGNIN = -2138701818
Field Value
|
Improve this Doc
View Source
ONL_E_INVALID_APPLICATION
The application requesting authentication tokens is either disabled or incorrectly configured.
Declaration
public const int ONL_E_INVALID_APPLICATION = -2138701821
Field Value
|
Improve this Doc
View Source
ONL_E_INVALID_AUTHENTICATION_TARGET
Authentication target is invalid or not configured correctly.
Declaration
public const int ONL_E_INVALID_AUTHENTICATION_TARGET = -2138701823
Field Value
|
Improve this Doc
View Source
ONL_E_PARENTAL_CONSENT_REQUIRED
Online Id account requires parental consent before proceeding.
Declaration
public const int ONL_E_PARENTAL_CONSENT_REQUIRED = -2138701816
Field Value
|
Improve this Doc
View Source
ONL_E_PASSWORD_UPDATE_REQUIRED
Online Id password must be updated before signin.
Declaration
public const int ONL_E_PASSWORD_UPDATE_REQUIRED = -2138701820
Field Value
|
Improve this Doc
View Source
ONL_E_REQUEST_THROTTLED
We want to make sure this is you. User interaction is required for authentication.
Declaration
public const int ONL_E_REQUEST_THROTTLED = -2138701808
Field Value
|
Improve this Doc
View Source
ONL_E_USER_AUTHENTICATION_REQUIRED
User authentication is required for this operation.
Declaration
public const int ONL_E_USER_AUTHENTICATION_REQUIRED = -2138701809
Field Value
|
Improve this Doc
View Source
OSS_ACCESS_SERIALIZATION_ERROR
OSS ASN.1 Error: Multi-threading conflict.
Declaration
public const int OSS_ACCESS_SERIALIZATION_ERROR = -2146881517
Field Value
|
Improve this Doc
View Source
OSS_API_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_API_DLL_NOT_LINKED = -2146881495
Field Value
|
Improve this Doc
View Source
OSS_BAD_ARG
OSS ASN.1 Error: Invalid argument.
Declaration
public const int OSS_BAD_ARG = -2146881530
Field Value
|
Improve this Doc
View Source
OSS_BAD_ENCRULES
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_BAD_ENCRULES = -2146881514
Field Value
|
Improve this Doc
View Source
OSS_BAD_PTR
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_BAD_PTR = -2146881525
Field Value
|
Improve this Doc
View Source
OSS_BAD_TABLE
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_BAD_TABLE = -2146881521
Field Value
|
Improve this Doc
View Source
OSS_BAD_TIME
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_BAD_TIME = -2146881524
Field Value
|
Improve this Doc
View Source
OSS_BAD_VERSION
OSS ASN.1 Error: Encode/Decode version mismatch.
Declaration
public const int OSS_BAD_VERSION = -2146881529
Field Value
|
Improve this Doc
View Source
OSS_BERDER_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_BERDER_DLL_NOT_LINKED = -2146881494
Field Value
|
Improve this Doc
View Source
OSS_CANT_CLOSE_TRACE_FILE
OSS ASN.1 Error: Trace file error.
Declaration
public const int OSS_CANT_CLOSE_TRACE_FILE = -2146881490
Field Value
|
Improve this Doc
View Source
OSS_CANT_OPEN_TRACE_FILE
OSS ASN.1 Error: Trace file error.
Declaration
public const int OSS_CANT_OPEN_TRACE_FILE = -2146881509
Field Value
|
Improve this Doc
View Source
OSS_CANT_OPEN_TRACE_WINDOW
OSS ASN.1 Error: Trace file error.
Declaration
public const int OSS_CANT_OPEN_TRACE_WINDOW = -2146881512
Field Value
|
Improve this Doc
View Source
OSS_COMPARATOR_CODE_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_COMPARATOR_CODE_NOT_LINKED = -2146881499
Field Value
|
Improve this Doc
View Source
OSS_COMPARATOR_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_COMPARATOR_DLL_NOT_LINKED = -2146881500
Field Value
|
Improve this Doc
View Source
OSS_CONSTRAINT_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_CONSTRAINT_DLL_NOT_LINKED = -2146881501
Field Value
|
Improve this Doc
View Source
OSS_CONSTRAINT_VIOLATED
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_CONSTRAINT_VIOLATED = -2146881519
Field Value
|
Improve this Doc
View Source
OSS_COPIER_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_COPIER_DLL_NOT_LINKED = -2146881502
Field Value
|
Improve this Doc
View Source
OSS_DATA_ERROR
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_DATA_ERROR = -2146881531
Field Value
|
Improve this Doc
View Source
OSS_FATAL_ERROR
OSS ASN.1 Error: Internal Error.
Declaration
public const int OSS_FATAL_ERROR = -2146881518
Field Value
|
Improve this Doc
View Source
OSS_INDEFINITE_NOT_SUPPORTED
OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
Declaration
public const int OSS_INDEFINITE_NOT_SUPPORTED = -2146881523
Field Value
|
Improve this Doc
View Source
OSS_LIMITED
OSS ASN.1 Error: Internal Error.
Declaration
public const int OSS_LIMITED = -2146881526
Field Value
|
Improve this Doc
View Source
OSS_MEM_ERROR
OSS ASN.1 Error: Access violation.
Declaration
public const int OSS_MEM_ERROR = -2146881522
Field Value
|
Improve this Doc
View Source
OSS_MEM_MGR_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_MEM_MGR_DLL_NOT_LINKED = -2146881498
Field Value
|
Improve this Doc
View Source
OSS_MORE_BUF
OSS ASN.1 Error: Output Buffer is too small.
Declaration
public const int OSS_MORE_BUF = -2146881535
Field Value
|
Improve this Doc
View Source
OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated.
Declaration
public const int OSS_MORE_INPUT = -2146881532
Field Value
|
Improve this Doc
View Source
OSS_MUTEX_NOT_CREATED
OSS ASN.1 Error: System resource error.
Declaration
public const int OSS_MUTEX_NOT_CREATED = -2146881491
Field Value
|
Improve this Doc
View Source
OSS_NEGATIVE_UINTEGER
OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
Declaration
public const int OSS_NEGATIVE_UINTEGER = -2146881534
Field Value
|
Improve this Doc
View Source
OSS_NULL_FCN
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_NULL_FCN = -2146881515
Field Value
|
Improve this Doc
View Source
OSS_NULL_TBL
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_NULL_TBL = -2146881516
Field Value
|
Improve this Doc
View Source
OSS_OID_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_OID_DLL_NOT_LINKED = -2146881510
Field Value
|
Improve this Doc
View Source
OSS_OPEN_TYPE_ERROR
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_OPEN_TYPE_ERROR = -2146881492
Field Value
|
Improve this Doc
View Source
OSS_OUT_MEMORY
OSS ASN.1 Error: Out of memory.
Declaration
public const int OSS_OUT_MEMORY = -2146881528
Field Value
|
Improve this Doc
View Source
OSS_OUT_OF_RANGE
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_OUT_OF_RANGE = -2146881503
Field Value
|
Improve this Doc
View Source
OSS_PDU_MISMATCH
OSS ASN.1 Error: Encode/Decode Error.
Declaration
public const int OSS_PDU_MISMATCH = -2146881527
Field Value
|
Improve this Doc
View Source
OSS_PDU_RANGE
OSS ASN.1 Error: Unknown ASN.1 data type.
Declaration
public const int OSS_PDU_RANGE = -2146881533
Field Value
|
Improve this Doc
View Source
OSS_PDV_CODE_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_PDV_CODE_NOT_LINKED = -2146881496
Field Value
|
Improve this Doc
View Source
OSS_PDV_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_PDV_DLL_NOT_LINKED = -2146881497
Field Value
|
Improve this Doc
View Source
OSS_PER_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_PER_DLL_NOT_LINKED = -2146881493
Field Value
|
Improve this Doc
View Source
OSS_REAL_CODE_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_REAL_CODE_NOT_LINKED = -2146881504
Field Value
|
Improve this Doc
View Source
OSS_REAL_DLL_NOT_LINKED
OSS ASN.1 Error: Program link error.
Declaration
public const int OSS_REAL_DLL_NOT_LINKED = -2146881505
Field Value
|
Improve this Doc
View Source
OSS_TABLE_MISMATCH
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_TABLE_MISMATCH = -2146881507
Field Value
|
Improve this Doc
View Source
OSS_TOO_LONG
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_TOO_LONG = -2146881520
Field Value
|
Improve this Doc
View Source
OSS_TRACE_FILE_ALREADY_OPEN
OSS ASN.1 Error: Trace file error.
Declaration
public const int OSS_TRACE_FILE_ALREADY_OPEN = -2146881508
Field Value
|
Improve this Doc
View Source
OSS_TYPE_NOT_SUPPORTED
OSS ASN.1 Error: Invalid data.
Declaration
public const int OSS_TYPE_NOT_SUPPORTED = -2146881506
Field Value
|
Improve this Doc
View Source
OSS_UNAVAIL_ENCRULES
OSS ASN.1 Error: Encode/Decode function not implemented.
Declaration
public const int OSS_UNAVAIL_ENCRULES = -2146881513
Field Value
|
Improve this Doc
View Source
OSS_UNIMPLEMENTED
OSS ASN.1 Error: Function not implemented.
Declaration
public const int OSS_UNIMPLEMENTED = -2146881511
Field Value
|
Improve this Doc
View Source
PEER_E_ALREADY_LISTENING
The peer is already listening for connections.
Declaration
public const int PEER_E_ALREADY_LISTENING = -2140995321
Field Value
|
Improve this Doc
View Source
PEER_E_CANNOT_CONVERT_PEER_NAME
The peername could not be converted to a DNS pnrp name.
Declaration
public const int PEER_E_CANNOT_CONVERT_PEER_NAME = -2140979199
Field Value
|
Improve this Doc
View Source
PEER_E_CANNOT_START_SERVICE
The required service canot be started.
Declaration
public const int PEER_E_CANNOT_START_SERVICE = -2140995581
Field Value
|
Improve this Doc
View Source
PEER_E_CERT_STORE_CORRUPTED
The certstore is corrupted.
Declaration
public const int PEER_E_CERT_STORE_CORRUPTED = -2140993535
Field Value
|
Improve this Doc
View Source
PEER_E_CHAIN_TOO_LONG
The certchain is too long.
Declaration
public const int PEER_E_CHAIN_TOO_LONG = -2140993789
Field Value
|
Improve this Doc
View Source
PEER_E_CIRCULAR_CHAIN_DETECTED
A circular cert chain was detected.
Declaration
public const int PEER_E_CIRCULAR_CHAIN_DETECTED = -2140993786
Field Value
|
Improve this Doc
View Source
PEER_E_CLASSIFIER_TOO_LONG
The peer name classifier is too long.
Declaration
public const int PEER_E_CLASSIFIER_TOO_LONG = -2140995071
Field Value
|
Improve this Doc
View Source
PEER_E_CLOUD_NAME_AMBIGUOUS
The cloud name is ambiguous.
Declaration
public const int PEER_E_CLOUD_NAME_AMBIGUOUS = -2140991483
Field Value
|
Improve this Doc
View Source
PEER_E_CONNECT_SELF
The peer attempted to connect to itself.
Declaration
public const int PEER_E_CONNECT_SELF = -2140995322
Field Value
|
Improve this Doc
View Source
PEER_E_CONNECTION_FAILED
The Connection attempt failed.
Declaration
public const int PEER_E_CONNECTION_FAILED = -2140995319
Field Value
|
Improve this Doc
View Source
PEER_E_CONNECTION_NOT_AUTHENTICATED
The peer connection could not be authenticated.
Declaration
public const int PEER_E_CONNECTION_NOT_AUTHENTICATED = -2140995318
Field Value
|
Improve this Doc
View Source
PEER_E_CONNECTION_NOT_FOUND
The connection can not be found.
Declaration
public const int PEER_E_CONNECTION_NOT_FOUND = -2140995325
Field Value
|
Improve this Doc
View Source
PEER_E_CONNECTION_REFUSED
The connection was refused.
Declaration
public const int PEER_E_CONNECTION_REFUSED = -2140995317
Field Value
|
Improve this Doc
View Source
THe contact could not be found.
Declaration
public const int PEER_E_CONTACT_NOT_FOUND = -2140971007
Field Value
|
Improve this Doc
View Source
PEER_E_DATABASE_ACCESSDENIED
Access to the database was denied.
Declaration
public const int PEER_E_DATABASE_ACCESSDENIED = -2140994814
Field Value
|
Improve this Doc
View Source
PEER_E_DATABASE_ALREADY_PRESENT
The database already exists.
Declaration
public const int PEER_E_DATABASE_ALREADY_PRESENT = -2140994811
Field Value
|
Improve this Doc
View Source
PEER_E_DATABASE_NOT_PRESENT
The database could not be found.
Declaration
public const int PEER_E_DATABASE_NOT_PRESENT = -2140994810
Field Value
|
Improve this Doc
View Source
PEER_E_DBINITIALIZATION_FAILED
The Database could not be initialized.
Declaration
public const int PEER_E_DBINITIALIZATION_FAILED = -2140994813
Field Value
|
Improve this Doc
View Source
PEER_E_DBNAME_CHANGED
The graph database name has changed.
Declaration
public const int PEER_E_DBNAME_CHANGED = -2140995567
Field Value
|
Improve this Doc
View Source
PEER_E_DEFERRED_VALIDATION
The record validation has been defered.
Declaration
public const int PEER_E_DEFERRED_VALIDATION = -2140987344
Field Value
|
Improve this Doc
View Source
PEER_E_DUPLICATE_GRAPH
A graph with the same ID already exists.
Declaration
public const int PEER_E_DUPLICATE_GRAPH = -2140995566
Field Value
|
Improve this Doc
View Source
PEER_E_EVENT_HANDLE_NOT_FOUND
The event handle could not be found.
Declaration
public const int PEER_E_EVENT_HANDLE_NOT_FOUND = -2140994303
Field Value
|
Improve this Doc
View Source
PEER_E_FW_BLOCKED_BY_POLICY
The service is blocked by a firewall policy.
Declaration
public const int PEER_E_FW_BLOCKED_BY_POLICY = -2140966903
Field Value
|
Improve this Doc
View Source
PEER_E_FW_BLOCKED_BY_SHIELDS_UP
Firewall exceptions are disabled.
Declaration
public const int PEER_E_FW_BLOCKED_BY_SHIELDS_UP = -2140966902
Field Value
|
Improve this Doc
View Source
PEER_E_FW_DECLINED
The user declined to enable the firewall exceptions.
Declaration
public const int PEER_E_FW_DECLINED = -2140966901
Field Value
|
Improve this Doc
View Source
PEER_E_FW_EXCEPTION_DISABLED
A required firewall exception is disabled.
Declaration
public const int PEER_E_FW_EXCEPTION_DISABLED = -2140966904
Field Value
|
Improve this Doc
View Source
PEER_E_GRAPH_IN_USE
The graph is still in use.
Declaration
public const int PEER_E_GRAPH_IN_USE = -2140995563
Field Value
|
Improve this Doc
View Source
PEER_E_GRAPH_NOT_READY
Declaration
public const int PEER_E_GRAPH_NOT_READY = -2140995565
Field Value
|
Improve this Doc
View Source
PEER_E_GRAPH_SHUTTING_DOWN
The graph is shutting down.
Declaration
public const int PEER_E_GRAPH_SHUTTING_DOWN = -2140995564
Field Value
|
Improve this Doc
View Source
PEER_E_GROUP_IN_USE
The group is still in use.
Declaration
public const int PEER_E_GROUP_IN_USE = -2140987246
Field Value
|
Improve this Doc
View Source
PEER_E_GROUP_NOT_READY
Declaration
public const int PEER_E_GROUP_NOT_READY = -2140987247
Field Value
|
Improve this Doc
View Source
PEER_E_GROUPS_EXIST
The group already exists.
Declaration
public const int PEER_E_GROUPS_EXIST = -2140995068
Field Value
|
Improve this Doc
View Source
PEER_E_IDENTITY_DELETED
The identity does not exist.
Declaration
public const int PEER_E_IDENTITY_DELETED = -2140987232
Field Value
|
Improve this Doc
View Source
PEER_E_IDENTITY_NOT_FOUND
The identity could not be found.
Declaration
public const int PEER_E_IDENTITY_NOT_FOUND = -2140994559
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_ADDRESS
Declaration
public const int PEER_E_INVALID_ADDRESS = -2140966905
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_ATTRIBUTES
The search atributes are invalid.
Declaration
public const int PEER_E_INVALID_ATTRIBUTES = -2140994046
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_CLASSIFIER
The classifier is invalid.
Declaration
public const int PEER_E_INVALID_CLASSIFIER = -2140987296
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_CLASSIFIER_PROPERTY
Invalid classifer property.
Declaration
public const int PEER_E_INVALID_CLASSIFIER_PROPERTY = -2140987278
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_CREDENTIAL
Declaration
public const int PEER_E_INVALID_CREDENTIAL = -2140987262
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_CREDENTIAL_INFO
Declaration
public const int PEER_E_INVALID_CREDENTIAL_INFO = -2140987263
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_DATABASE
The graph database is corrupt.
Declaration
public const int PEER_E_INVALID_DATABASE = -2140995562
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_FRIENDLY_NAME
The friendly name is invalid.
Declaration
public const int PEER_E_INVALID_FRIENDLY_NAME = -2140987280
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_GRAPH
The graph handle is invalid.
Declaration
public const int PEER_E_INVALID_GRAPH = -2140995568
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_GROUP
Declaration
public const int PEER_E_INVALID_GROUP = -2140987245
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_GROUP_PROPERTIES
The group properies are invalid.
Declaration
public const int PEER_E_INVALID_GROUP_PROPERTIES = -2140987328
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_PEER_HOST_NAME
Declaration
public const int PEER_E_INVALID_PEER_HOST_NAME = -2140979198
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_PEER_NAME
Declaration
public const int PEER_E_INVALID_PEER_NAME = -2140987312
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_RECORD
Declaration
public const int PEER_E_INVALID_RECORD = -2140987376
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_RECORD_EXPIRATION
Invlaid record expiration.
Declaration
public const int PEER_E_INVALID_RECORD_EXPIRATION = -2140987264
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_RECORD_SIZE
Declaration
public const int PEER_E_INVALID_RECORD_SIZE = -2140987261
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_ROLE_PROPERTY
Declaration
public const int PEER_E_INVALID_ROLE_PROPERTY = -2140987279
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_SEARCH
Declaration
public const int PEER_E_INVALID_SEARCH = -2140994047
Field Value
|
Improve this Doc
View Source
PEER_E_INVALID_TIME_PERIOD
The time period is invalid.
Declaration
public const int PEER_E_INVALID_TIME_PERIOD = -2140993787
Field Value
|
Improve this Doc
View Source
PEER_E_INVITATION_NOT_TRUSTED
The invitiation is not trusted.
Declaration
public const int PEER_E_INVITATION_NOT_TRUSTED = -2140993791
Field Value
|
Improve this Doc
View Source
PEER_E_INVITE_CANCELLED
The app invite request was cancelled by the user.
Declaration
public const int PEER_E_INVITE_CANCELLED = -2140966912
Field Value
|
Improve this Doc
View Source
PEER_E_INVITE_RESPONSE_NOT_AVAILABLE
No response of the invite was received.
Declaration
public const int PEER_E_INVITE_RESPONSE_NOT_AVAILABLE = -2140966911
Field Value
|
Improve this Doc
View Source
PEER_E_IPV6_NOT_INSTALLED
The IPv6 protocol is not installed.
Declaration
public const int PEER_E_IPV6_NOT_INSTALLED = -2140995583
Field Value
|
Improve this Doc
View Source
PEER_E_MAX_RECORD_SIZE_EXCEEDED
Declaration
public const int PEER_E_MAX_RECORD_SIZE_EXCEEDED = -2140994812
Field Value
|
Improve this Doc
View Source
PEER_E_NO_CLOUD
The specified PNRP cloud deos not exist.
Declaration
public const int PEER_E_NO_CLOUD = -2140991487
Field Value
|
Improve this Doc
View Source
PEER_E_NO_KEY_ACCESS
Declaration
public const int PEER_E_NO_KEY_ACCESS = -2140995069
Field Value
|
Improve this Doc
View Source
PEER_E_NO_MEMBER_CONNECTIONS
There are no member connections.
Declaration
public const int PEER_E_NO_MEMBER_CONNECTIONS = -2140987243
Field Value
|
Improve this Doc
View Source
PEER_E_NO_MEMBERS_FOUND
Declaration
public const int PEER_E_NO_MEMBERS_FOUND = -2140987244
Field Value
|
Improve this Doc
View Source
PEER_E_NO_MORE
No more data could be found.
Declaration
public const int PEER_E_NO_MORE = -2140979197
Field Value
|
Improve this Doc
View Source
PEER_E_NODE_NOT_FOUND
Declaration
public const int PEER_E_NODE_NOT_FOUND = -2140995320
Field Value
|
Improve this Doc
View Source
PEER_E_NOT_AUTHORIZED
Declaration
public const int PEER_E_NOT_AUTHORIZED = -2140987360
Field Value
|
Improve this Doc
View Source
PEER_E_NOT_INITIALIZED
The compoment has not been initialized.
Declaration
public const int PEER_E_NOT_INITIALIZED = -2140995582
Field Value
|
Improve this Doc
View Source
PEER_E_NOT_LICENSED
The P2P protocol is not licensed to run on this OS.
Declaration
public const int PEER_E_NOT_LICENSED = -2140995580
Field Value
|
Improve this Doc
View Source
PEER_E_NOT_SIGNED_IN
User is not signed into serverless presence.
Declaration
public const int PEER_E_NOT_SIGNED_IN = -2140966909
Field Value
|
Improve this Doc
View Source
PEER_E_PASSWORD_DOES_NOT_MEET_POLICY
The password does not meet policy requirements.
Declaration
public const int PEER_E_PASSWORD_DOES_NOT_MEET_POLICY = -2140987359
Field Value
|
Improve this Doc
View Source
PEER_E_PNRP_DUPLICATE_PEER_NAME
The existing peer name is already registered.
Declaration
public const int PEER_E_PNRP_DUPLICATE_PEER_NAME = -2140979195
Field Value
|
Improve this Doc
View Source
PEER_E_PRIVACY_DECLINED
The user declined the privacy policy prompt.
Declaration
public const int PEER_E_PRIVACY_DECLINED = -2140966908
Field Value
|
Improve this Doc
View Source
PEER_E_RECORD_NOT_FOUND
The requested record could not be found.
Declaration
public const int PEER_E_RECORD_NOT_FOUND = -2140994815
Field Value
|
Improve this Doc
View Source
PEER_E_SERVICE_NOT_AVAILABLE
The service is not availible.
Declaration
public const int PEER_E_SERVICE_NOT_AVAILABLE = -2140987231
Field Value
|
Improve this Doc
View Source
PEER_E_TIMEOUT
Declaration
public const int PEER_E_TIMEOUT = -2140966907
Field Value
|
Improve this Doc
View Source
PEER_E_TOO_MANY_ATTRIBUTES
Too many attributes have been used.
Declaration
public const int PEER_E_TOO_MANY_ATTRIBUTES = -2140995561
Field Value
|
Improve this Doc
View Source
PEER_E_TOO_MANY_IDENTITIES
The maximum number of identities have been created.
Declaration
public const int PEER_E_TOO_MANY_IDENTITIES = -2140995070
Field Value
|
Improve this Doc
View Source
PEER_E_UNABLE_TO_LISTEN
Declaration
public const int PEER_E_UNABLE_TO_LISTEN = -2140987242
Field Value
|
Improve this Doc
View Source
PEER_E_UNSUPPORTED_VERSION
Declaration
public const int PEER_E_UNSUPPORTED_VERSION = -2140987248
Field Value
|
Improve this Doc
View Source
PEER_S_ALREADY_A_MEMBER
Declaration
public const int PEER_S_ALREADY_A_MEMBER = 6488070
Field Value
|
Improve this Doc
View Source
PEER_S_ALREADY_CONNECTED
The graph is already connect.
Declaration
public const int PEER_S_ALREADY_CONNECTED = 6496256
Field Value
|
Improve this Doc
View Source
PEER_S_GRAPH_DATA_CREATED
The graph data was created.
Declaration
public const int PEER_S_GRAPH_DATA_CREATED = 6488065
Field Value
|
Improve this Doc
View Source
PEER_S_NO_CONNECTIVITY
Declaration
public const int PEER_S_NO_CONNECTIVITY = 6488069
Field Value
|
Improve this Doc
View Source
PEER_S_NO_EVENT_DATA
There is not more event data.
Declaration
public const int PEER_S_NO_EVENT_DATA = 6488066
Field Value
|
Improve this Doc
View Source
PEER_S_SUBSCRIPTION_EXISTS
The subscription already exists.
Declaration
public const int PEER_S_SUBSCRIPTION_EXISTS = 6512640
Field Value
|
Improve this Doc
View Source
PERSIST_E_NOTSELFSIZING
This object does not read and write self-sizing data.
Declaration
public const int PERSIST_E_NOTSELFSIZING = -2146762741
Field Value
|
Improve this Doc
View Source
PERSIST_E_SIZEDEFINITE
The size of the data could not be determined.
Declaration
public const int PERSIST_E_SIZEDEFINITE = -2146762743
Field Value
|
Improve this Doc
View Source
PERSIST_E_SIZEINDEFINITE
The size of the indefinite-sized data could not be determined.
Declaration
public const int PERSIST_E_SIZEINDEFINITE = -2146762742
Field Value
|
Improve this Doc
View Source
PLA_E_CABAPI_FAILURE
An error occurred while attempting to compress or extract the data.
Declaration
public const int PLA_E_CABAPI_FAILURE = -2144337645
Field Value
|
Improve this Doc
View Source
PLA_E_CONFLICT_INCL_EXCL_API
A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list.
Declaration
public const int PLA_E_CONFLICT_INCL_EXCL_API = -2144337659
Field Value
|
Improve this Doc
View Source
PLA_E_CREDENTIALS_REQUIRED
A user account is required in order to commit the current Data Collector Set properties.
Declaration
public const int PLA_E_CREDENTIALS_REQUIRED = -2144337661
Field Value
|
Improve this Doc
View Source
PLA_E_DC_ALREADY_EXISTS
Data Collector already exists.
Declaration
public const int PLA_E_DC_ALREADY_EXISTS = -2144337655
Field Value
|
Improve this Doc
View Source
PLA_E_DC_START_WAIT_TIMEOUT
The wait for the Data Collector to start has timed out.
Declaration
public const int PLA_E_DC_START_WAIT_TIMEOUT = -2144337653
Field Value
|
Improve this Doc
View Source
PLA_E_DCS_ALREADY_EXISTS
Data Collector Set already exists.
Declaration
public const int PLA_E_DCS_ALREADY_EXISTS = -2144337737
Field Value
|
Improve this Doc
View Source
PLA_E_DCS_IN_USE
The Data Collector Set or one of its dependencies is already in use.
Declaration
public const int PLA_E_DCS_IN_USE = -2144337750
Field Value
|
Improve this Doc
View Source
PLA_E_DCS_NOT_FOUND
Data Collector Set was not found.
Declaration
public const int PLA_E_DCS_NOT_FOUND = -2144337918
Field Value
|
Improve this Doc
View Source
PLA_E_DCS_NOT_RUNNING
Data Collector Set is not running.
Declaration
public const int PLA_E_DCS_NOT_RUNNING = -2144337660
Field Value
|
Improve this Doc
View Source
PLA_E_DCS_SINGLETON_REQUIRED
The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
Declaration
public const int PLA_E_DCS_SINGLETON_REQUIRED = -2144337662
Field Value
|
Improve this Doc
View Source
PLA_E_DCS_START_WAIT_TIMEOUT
The wait for the Data Collector Set start notification has timed out.
Declaration
public const int PLA_E_DCS_START_WAIT_TIMEOUT = -2144337654
Field Value
|
Improve this Doc
View Source
The executable path you have specified is already configured for API tracing.
Declaration
public const int PLA_E_EXE_ALREADY_CONFIGURED = -2144337657
Field Value
|
Improve this Doc
View Source
PLA_E_EXE_FULL_PATH_REQUIRED
When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename.
Declaration
public const int PLA_E_EXE_FULL_PATH_REQUIRED = -2144337650
Field Value
|
Improve this Doc
View Source
PLA_E_EXE_PATH_NOT_VALID
The executable path you have specified does not exist. Verify that the specified path is correct.
Declaration
public const int PLA_E_EXE_PATH_NOT_VALID = -2144337656
Field Value
|
Improve this Doc
View Source
PLA_E_INVALID_SESSION_NAME
The session name provided is invalid.
Declaration
public const int PLA_E_INVALID_SESSION_NAME = -2144337649
Field Value
|
Improve this Doc
View Source
PLA_E_NETWORK_EXE_NOT_VALID
The executable path you have specified refers to a network share or UNC path.
Declaration
public const int PLA_E_NETWORK_EXE_NOT_VALID = -2144337658
Field Value
|
Improve this Doc
View Source
PLA_E_NO_DUPLICATES
Duplicate items are not allowed.
Declaration
public const int PLA_E_NO_DUPLICATES = -2144337651
Field Value
|
Improve this Doc
View Source
PLA_E_NO_MIN_DISK
Not enough free disk space to start Data Collector Set.
Declaration
public const int PLA_E_NO_MIN_DISK = -2144337808
Field Value
|
Improve this Doc
View Source
PLA_E_PLA_CHANNEL_NOT_ENABLED
The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
Declaration
public const int PLA_E_PLA_CHANNEL_NOT_ENABLED = -2144337648
Field Value
|
Improve this Doc
View Source
PLA_E_PROPERTY_CONFLICT
Declaration
public const int PLA_E_PROPERTY_CONFLICT = -2144337663
Field Value
|
Improve this Doc
View Source
PLA_E_REPORT_WAIT_TIMEOUT
The wait for the report generation tool to finish has timed out.
Declaration
public const int PLA_E_REPORT_WAIT_TIMEOUT = -2144337652
Field Value
|
Improve this Doc
View Source
PLA_E_RULES_MANAGER_FAILED
The execution of the Rules Manager failed.
Declaration
public const int PLA_E_RULES_MANAGER_FAILED = -2144337646
Field Value
|
Improve this Doc
View Source
PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED
The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
Declaration
public const int PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED = -2144337647
Field Value
|
Improve this Doc
View Source
PLA_E_TOO_MANY_FOLDERS
Unable to start Data Collector Set because there are too many folders.
Declaration
public const int PLA_E_TOO_MANY_FOLDERS = -2144337851
Field Value
|
Improve this Doc
View Source
PLA_S_PROPERTY_IGNORED
Property value will be ignored.
Declaration
public const int PLA_S_PROPERTY_IGNORED = 3145984
Field Value
|
Improve this Doc
View Source
REGDB_E_BADTHREADINGMODEL
Threading model entry is not valid
Declaration
public const int REGDB_E_BADTHREADINGMODEL = -2147221162
Field Value
|
Improve this Doc
View Source
REGDB_E_CLASSNOTREG
Declaration
public const int REGDB_E_CLASSNOTREG = -2147221164
Field Value
|
Improve this Doc
View Source
REGDB_E_FIRST
Declaration
public const int REGDB_E_FIRST = -2147221168
Field Value
|
Improve this Doc
View Source
REGDB_E_IIDNOTREG
Declaration
public const int REGDB_E_IIDNOTREG = -2147221163
Field Value
|
Improve this Doc
View Source
REGDB_E_INVALIDVALUE
Invalid value for registry
Declaration
public const int REGDB_E_INVALIDVALUE = -2147221165
Field Value
|
Improve this Doc
View Source
REGDB_E_KEYMISSING
Could not find the key in the registry
Declaration
public const int REGDB_E_KEYMISSING = -2147221166
Field Value
|
Improve this Doc
View Source
REGDB_E_LAST
Declaration
public const int REGDB_E_LAST = -2147221153
Field Value
|
Improve this Doc
View Source
REGDB_E_PACKAGEPOLICYVIOLATION
A registration in a package violates package-specific policies
Declaration
public const int REGDB_E_PACKAGEPOLICYVIOLATION = -2147221161
Field Value
|
Improve this Doc
View Source
REGDB_E_READREGDB
Could not read key from registry
Declaration
public const int REGDB_E_READREGDB = -2147221168
Field Value
|
Improve this Doc
View Source
REGDB_E_WRITEREGDB
Could not write key to registry
Declaration
public const int REGDB_E_WRITEREGDB = -2147221167
Field Value
|
Improve this Doc
View Source
REGDB_S_FIRST
Declaration
public const int REGDB_S_FIRST = 262480
Field Value
|
Improve this Doc
View Source
REGDB_S_LAST
Declaration
public const int REGDB_S_LAST = 262495
Field Value
|
Improve this Doc
View Source
RO_E_BLOCKED_CROSS_ASTA_CALL
A COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment call control.
Declaration
public const int RO_E_BLOCKED_CROSS_ASTA_CALL = -2147483617
Field Value
|
Improve this Doc
View Source
RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER
A universal application process cannot activate a packaged WinRT server that is declared to run full trust.
Declaration
public const int RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER = -2147483616
Field Value
|
Improve this Doc
View Source
RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER
A full trust packaged application process cannot activate a packaged WinRT server unless it is also declared to run full trust.
Declaration
public const int RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER = -2147483615
Field Value
|
Improve this Doc
View Source
RO_E_CHANGE_NOTIFICATION_IN_PROGRESS
Operation is prohibited during change notification.
Declaration
public const int RO_E_CHANGE_NOTIFICATION_IN_PROGRESS = -2147483627
Field Value
|
Improve this Doc
View Source
RO_E_CLOSED
The object has been closed.
Declaration
public const int RO_E_CLOSED = -2147483629
Field Value
|
Improve this Doc
View Source
RO_E_COMMITTED
The object has been committed.
Declaration
public const int RO_E_COMMITTED = -2147483618
Field Value
|
Improve this Doc
View Source
RO_E_ERROR_STRING_NOT_FOUND
The text associated with this error code could not be found.
Declaration
public const int RO_E_ERROR_STRING_NOT_FOUND = -2147483626
Field Value
|
Improve this Doc
View Source
RO_E_EXCLUSIVE_WRITE
Only one thread may access the object during a write operation.
Declaration
public const int RO_E_EXCLUSIVE_WRITE = -2147483628
Field Value
|
Improve this Doc
View Source
Metadata file is invalid or corrupted.
Declaration
public const int RO_E_INVALID_METADATA_FILE = -2147483630
Field Value
|
Improve this Doc
View Source
Typename has an invalid format.
Declaration
public const int RO_E_METADATA_INVALID_TYPE_FORMAT = -2147483631
Field Value
|
Improve this Doc
View Source
Name is an existing namespace rather than a typename.
Declaration
public const int RO_E_METADATA_NAME_IS_NAMESPACE = -2147483632
Field Value
|
Improve this Doc
View Source
Typename or Namespace was not found in metadata file.
Declaration
public const int RO_E_METADATA_NAME_NOT_FOUND = -2147483633
Field Value
|
Improve this Doc
View Source
RO_E_MUST_BE_AGILE
The object must support the IAgileObject interface
Declaration
public const int RO_E_MUST_BE_AGILE = -2147483620
Field Value
|
Improve this Doc
View Source
RO_E_UNSUPPORTED_FROM_MTA
Activating a single-threaded class from MTA is not supported
Declaration
public const int RO_E_UNSUPPORTED_FROM_MTA = -2147483619
Field Value
|
Improve this Doc
View Source
RPC_E_ACCESS_DENIED
Declaration
public const int RPC_E_ACCESS_DENIED = -2147417829
Field Value
|
Improve this Doc
View Source
RPC_E_ATTEMPTED_MULTITHREAD
Attempted to make calls on more than one thread in single threaded mode.
Declaration
public const int RPC_E_ATTEMPTED_MULTITHREAD = -2147417854
Field Value
|
Improve this Doc
View Source
RPC_E_CALL_CANCELED
Call was canceled by the message filter.
Declaration
public const int RPC_E_CALL_CANCELED = -2147418110
Field Value
|
Improve this Doc
View Source
RPC_E_CALL_COMPLETE
Call context cannot be accessed after call completed.
Declaration
public const int RPC_E_CALL_COMPLETE = -2147417833
Field Value
|
Improve this Doc
View Source
RPC_E_CALL_REJECTED
Call was rejected by callee.
Declaration
public const int RPC_E_CALL_REJECTED = -2147418111
Field Value
|
Improve this Doc
View Source
RPC_E_CANTCALLOUT_AGAIN
There is no second outgoing call on same channel in DDE conversation.
Declaration
public const int RPC_E_CANTCALLOUT_AGAIN = -2147418095
Field Value
|
Improve this Doc
View Source
RPC_E_CANTCALLOUT_INASYNCCALL
The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
Declaration
public const int RPC_E_CANTCALLOUT_INASYNCCALL = -2147418108
Field Value
|
Improve this Doc
View Source
RPC_E_CANTCALLOUT_INEXTERNALCALL
It is illegal to call out while inside message filter.
Declaration
public const int RPC_E_CANTCALLOUT_INEXTERNALCALL = -2147418107
Field Value
|
Improve this Doc
View Source
An outgoing call cannot be made since the application is dispatching an input-synchronous call.
Declaration
public const int RPC_E_CANTCALLOUT_ININPUTSYNCCALL = -2147417843
Field Value
|
Improve this Doc
View Source
RPC_E_CANTPOST_INSENDCALL
The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
Declaration
public const int RPC_E_CANTPOST_INSENDCALL = -2147418109
Field Value
|
Improve this Doc
View Source
RPC_E_CANTTRANSMIT_CALL
The call was not transmitted properly; the message queue was full and was not emptied after yielding.
Declaration
public const int RPC_E_CANTTRANSMIT_CALL = -2147418102
Field Value
|
Improve this Doc
View Source
RPC_E_CHANGED_MODE
Cannot change thread mode after it is set.
Declaration
public const int RPC_E_CHANGED_MODE = -2147417850
Field Value
|
Improve this Doc
View Source
RPC_E_CLIENT_CANTMARSHAL_DATA
The client (caller) cannot marshall the parameter data - low memory, etc.
Declaration
public const int RPC_E_CLIENT_CANTMARSHAL_DATA = -2147418101
Field Value
|
Improve this Doc
View Source
RPC_E_CLIENT_CANTUNMARSHAL_DATA
The client (caller) cannot unmarshall the return data - low memory, etc.
Declaration
public const int RPC_E_CLIENT_CANTUNMARSHAL_DATA = -2147418100
Field Value
|
Improve this Doc
View Source
RPC_E_CLIENT_DIED
The caller (client) disappeared while the callee (server) was processing a call.
Declaration
public const int RPC_E_CLIENT_DIED = -2147418104
Field Value
|
Improve this Doc
View Source
RPC_E_CONNECTION_TERMINATED
The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid.
Declaration
public const int RPC_E_CONNECTION_TERMINATED = -2147418106
Field Value
|
Improve this Doc
View Source
RPC_E_DISCONNECTED
The object invoked has disconnected from its clients.
Declaration
public const int RPC_E_DISCONNECTED = -2147417848
Field Value
|
Improve this Doc
View Source
RPC_E_FAULT
RPC could not call the server or could not return the results of calling the server.
Declaration
public const int RPC_E_FAULT = -2147417852
Field Value
|
Improve this Doc
View Source
RPC_E_FULLSIC_REQUIRED
Full subject issuer chain SSL principal name expected from the server.
Declaration
public const int RPC_E_FULLSIC_REQUIRED = -2147417823
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_CALLDATA
A call control interfaces was called with invalid data.
Declaration
public const int RPC_E_INVALID_CALLDATA = -2147417844
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_DATA
Received data is invalid; could be server or client data.
Declaration
public const int RPC_E_INVALID_DATA = -2147418097
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_DATAPACKET
The data packet with the marshalled parameter data is incorrect.
Declaration
public const int RPC_E_INVALID_DATAPACKET = -2147418103
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_EXTENSION
OLE received a packet with an invalid extension.
Declaration
public const int RPC_E_INVALID_EXTENSION = -2147417838
Field Value
|
Improve this Doc
View Source
OLE received a packet with an invalid header.
Declaration
public const int RPC_E_INVALID_HEADER = -2147417839
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_IPID
The requested object or interface does not exist.
Declaration
public const int RPC_E_INVALID_IPID = -2147417837
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_OBJECT
The requested object does not exist.
Declaration
public const int RPC_E_INVALID_OBJECT = -2147417836
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_OBJREF
The marshaled interface data packet (OBJREF) has an invalid or unknown format.
Declaration
public const int RPC_E_INVALID_OBJREF = -2147417827
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_PARAMETER
A particular parameter is invalid and cannot be (un)marshalled.
Declaration
public const int RPC_E_INVALID_PARAMETER = -2147418096
Field Value
|
Improve this Doc
View Source
RPC_E_INVALID_STD_NAME
Principal name is not a valid MSSTD name.
Declaration
public const int RPC_E_INVALID_STD_NAME = -2147417822
Field Value
|
Improve this Doc
View Source
RPC_E_INVALIDMETHOD
The method called does not exist on the server.
Declaration
public const int RPC_E_INVALIDMETHOD = -2147417849
Field Value
|
Improve this Doc
View Source
RPC_E_NO_CONTEXT
No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call.
Declaration
public const int RPC_E_NO_CONTEXT = -2147417826
Field Value
|
Improve this Doc
View Source
RPC_E_NO_GOOD_SECURITY_PACKAGES
No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server.
Declaration
public const int RPC_E_NO_GOOD_SECURITY_PACKAGES = -2147417830
Field Value
|
Improve this Doc
View Source
RPC_E_NO_SYNC
There are no synchronize objects to wait on.
Declaration
public const int RPC_E_NO_SYNC = -2147417824
Field Value
|
Improve this Doc
View Source
RPC_E_NOT_REGISTERED
The requested interface is not registered on the server object.
Declaration
public const int RPC_E_NOT_REGISTERED = -2147417853
Field Value
|
Improve this Doc
View Source
RPC_E_OUT_OF_RESOURCES
Could not allocate some required resource (memory, events, ...)
Declaration
public const int RPC_E_OUT_OF_RESOURCES = -2147417855
Field Value
|
Improve this Doc
View Source
RPC_E_REMOTE_DISABLED
Remote calls are not allowed for this process.
Declaration
public const int RPC_E_REMOTE_DISABLED = -2147417828
Field Value
|
Improve this Doc
View Source
RPC_E_RETRY
The object invoked chose not to process the call now. Try again later.
Declaration
public const int RPC_E_RETRY = -2147417847
Field Value
|
Improve this Doc
View Source
RPC_E_SERVER_CANTMARSHAL_DATA
The server (callee) cannot marshall the return data - low memory, etc.
Declaration
public const int RPC_E_SERVER_CANTMARSHAL_DATA = -2147418099
Field Value
|
Improve this Doc
View Source
RPC_E_SERVER_CANTUNMARSHAL_DATA
The server (callee) cannot unmarshall the parameter data - low memory, etc.
Declaration
public const int RPC_E_SERVER_CANTUNMARSHAL_DATA = -2147418098
Field Value
|
Improve this Doc
View Source
RPC_E_SERVER_DIED
The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
Declaration
public const int RPC_E_SERVER_DIED = -2147418105
Field Value
|
Improve this Doc
View Source
RPC_E_SERVER_DIED_DNE
The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
Declaration
public const int RPC_E_SERVER_DIED_DNE = -2147418094
Field Value
|
Improve this Doc
View Source
RPC_E_SERVERCALL_REJECTED
The message filter rejected the call.
Declaration
public const int RPC_E_SERVERCALL_REJECTED = -2147417845
Field Value
|
Improve this Doc
View Source
RPC_E_SERVERCALL_RETRYLATER
The message filter indicated that the application is busy.
Declaration
public const int RPC_E_SERVERCALL_RETRYLATER = -2147417846
Field Value
|
Improve this Doc
View Source
RPC_E_SERVERFAULT
The server threw an exception.
Declaration
public const int RPC_E_SERVERFAULT = -2147417851
Field Value
|
Improve this Doc
View Source
RPC_E_SYS_CALL_FAILED
Declaration
public const int RPC_E_SYS_CALL_FAILED = -2147417856
Field Value
|
Improve this Doc
View Source
RPC_E_THREAD_NOT_INIT
CoInitialize has not been called on the current thread.
Declaration
public const int RPC_E_THREAD_NOT_INIT = -2147417841
Field Value
|
Improve this Doc
View Source
RPC_E_TIMEOUT
This operation returned because the timeout period expired.
Declaration
public const int RPC_E_TIMEOUT = -2147417825
Field Value
|
Improve this Doc
View Source
RPC_E_TOO_LATE
Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized.
Declaration
public const int RPC_E_TOO_LATE = -2147417831
Field Value
|
Improve this Doc
View Source
RPC_E_UNEXPECTED
An internal error occurred.
Declaration
public const int RPC_E_UNEXPECTED = -2147352577
Field Value
|
Improve this Doc
View Source
RPC_E_UNSECURE_CALL
Impersonate on unsecure calls is not supported.
Declaration
public const int RPC_E_UNSECURE_CALL = -2147417832
Field Value
|
Improve this Doc
View Source
RPC_E_VERSION_MISMATCH
The version of OLE on the client and server machines does not match.
Declaration
public const int RPC_E_VERSION_MISMATCH = -2147417840
Field Value
|
Improve this Doc
View Source
RPC_E_WRONG_THREAD
The application called an interface that was marshalled for a different thread.
Declaration
public const int RPC_E_WRONG_THREAD = -2147417842
Field Value
|
Improve this Doc
View Source
RPC_S_CALLPENDING
OLE has sent a request and is waiting for a reply.
Declaration
public const int RPC_S_CALLPENDING = -2147417835
Field Value
|
Improve this Doc
View Source
RPC_S_WAITONTIMER
OLE is waiting before retrying a request.
Declaration
public const int RPC_S_WAITONTIMER = -2147417834
Field Value
|
Improve this Doc
View Source
S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG
This app failed to launch, but the error was handled with a dialog.
Declaration
public const int S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG = 2556505
Field Value
|
Improve this Doc
View Source
S_FALSE
Declaration
public const int S_FALSE = 1
Field Value
|
Improve this Doc
View Source
S_OK
Declaration
public const int S_OK = 0
Field Value
|
Improve this Doc
View Source
The Store was launched instead of the specified app because the app's package was in an invalid state.
Declaration
public const int S_STORE_LAUNCHED_FOR_REMEDIATION = 2556504
Field Value
|
Improve this Doc
View Source
SCARD_E_BAD_SEEK
There was an error trying to set the smart card file object pointer.
Declaration
public const int SCARD_E_BAD_SEEK = -2146435031
Field Value
|
Improve this Doc
View Source
SCARD_E_CANCELLED
The action was cancelled by an SCardCancel request.
Declaration
public const int SCARD_E_CANCELLED = -2146435070
Field Value
|
Improve this Doc
View Source
SCARD_E_CANT_DISPOSE
The system could not dispose of the media in the requested manner.
Declaration
public const int SCARD_E_CANT_DISPOSE = -2146435058
Field Value
|
Improve this Doc
View Source
SCARD_E_CARD_UNSUPPORTED
The smart card does not meet minimal requirements for support.
Declaration
public const int SCARD_E_CARD_UNSUPPORTED = -2146435044
Field Value
|
Improve this Doc
View Source
SCARD_E_CERTIFICATE_UNAVAILABLE
The requested certificate could not be obtained.
Declaration
public const int SCARD_E_CERTIFICATE_UNAVAILABLE = -2146435027
Field Value
|
Improve this Doc
View Source
SCARD_E_COMM_DATA_LOST
A communications error with the smart card has been detected. Retry the operation.
Declaration
public const int SCARD_E_COMM_DATA_LOST = -2146435025
Field Value
|
Improve this Doc
View Source
SCARD_E_DIR_NOT_FOUND
The identified directory does not exist in the smart card.
Declaration
public const int SCARD_E_DIR_NOT_FOUND = -2146435037
Field Value
|
Improve this Doc
View Source
SCARD_E_DUPLICATE_READER
The reader driver did not produce a unique reader name.
Declaration
public const int SCARD_E_DUPLICATE_READER = -2146435045
Field Value
|
Improve this Doc
View Source
SCARD_E_FILE_NOT_FOUND
The identified file does not exist in the smart card.
Declaration
public const int SCARD_E_FILE_NOT_FOUND = -2146435036
Field Value
|
Improve this Doc
View Source
SCARD_E_ICC_CREATEORDER
The requested order of object creation is not supported.
Declaration
public const int SCARD_E_ICC_CREATEORDER = -2146435039
Field Value
|
Improve this Doc
View Source
SCARD_E_ICC_INSTALLATION
No Primary Provider can be found for the smart card.
Declaration
public const int SCARD_E_ICC_INSTALLATION = -2146435040
Field Value
|
Improve this Doc
View Source
SCARD_E_INSUFFICIENT_BUFFER
The data buffer to receive returned data is too small for the returned data.
Declaration
public const int SCARD_E_INSUFFICIENT_BUFFER = -2146435064
Field Value
|
Improve this Doc
View Source
SCARD_E_INVALID_ATR
An ATR obtained from the registry is not a valid ATR string.
Declaration
public const int SCARD_E_INVALID_ATR = -2146435051
Field Value
|
Improve this Doc
View Source
SCARD_E_INVALID_CHV
The supplied PIN is incorrect.
Declaration
public const int SCARD_E_INVALID_CHV = -2146435030
Field Value
|
Improve this Doc
View Source
SCARD_E_INVALID_HANDLE
The supplied handle was invalid.
Declaration
public const int SCARD_E_INVALID_HANDLE = -2146435069
Field Value
|
Improve this Doc
View Source
SCARD_E_INVALID_PARAMETER
One or more of the supplied parameters could not be properly interpreted.
Declaration
public const int SCARD_E_INVALID_PARAMETER = -2146435068
Field Value
|
Improve this Doc
View Source
SCARD_E_INVALID_TARGET
Registry startup information is missing or invalid.
Declaration
public const int SCARD_E_INVALID_TARGET = -2146435067
Field Value
|
Improve this Doc
View Source
SCARD_E_INVALID_VALUE
One or more of the supplied parameters values could not be properly interpreted.
Declaration
public const int SCARD_E_INVALID_VALUE = -2146435055
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_ACCESS
Access is denied to this file.
Declaration
public const int SCARD_E_NO_ACCESS = -2146435033
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_DIR
The supplied path does not represent a smart card directory.
Declaration
public const int SCARD_E_NO_DIR = -2146435035
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_FILE
The supplied path does not represent a smart card file.
Declaration
public const int SCARD_E_NO_FILE = -2146435034
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_KEY_CONTAINER
The requested key container does not exist on the smart card.
Declaration
public const int SCARD_E_NO_KEY_CONTAINER = -2146435024
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_MEMORY
Not enough memory available to complete this command.
Declaration
public const int SCARD_E_NO_MEMORY = -2146435066
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_PIN_CACHE
The smart card PIN cannot be cached.
Declaration
public const int SCARD_E_NO_PIN_CACHE = -2146435021
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_READERS_AVAILABLE
Cannot find a smart card reader.
Declaration
public const int SCARD_E_NO_READERS_AVAILABLE = -2146435026
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_SERVICE
The Smart Card Resource Manager is not running.
Declaration
public const int SCARD_E_NO_SERVICE = -2146435043
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_SMARTCARD
The operation requires a smart card, but no smart card is currently in the device.
Declaration
public const int SCARD_E_NO_SMARTCARD = -2146435060
Field Value
|
Improve this Doc
View Source
SCARD_E_NO_SUCH_CERTIFICATE
The requested certificate does not exist.
Declaration
public const int SCARD_E_NO_SUCH_CERTIFICATE = -2146435028
Field Value
|
Improve this Doc
View Source
SCARD_E_NOT_READY
The reader or smart card is not ready to accept commands.
Declaration
public const int SCARD_E_NOT_READY = -2146435056
Field Value
|
Improve this Doc
View Source
SCARD_E_NOT_TRANSACTED
An attempt was made to end a non-existent transaction.
Declaration
public const int SCARD_E_NOT_TRANSACTED = -2146435050
Field Value
|
Improve this Doc
View Source
SCARD_E_PCI_TOO_SMALL
The PCI Receive buffer was too small.
Declaration
public const int SCARD_E_PCI_TOO_SMALL = -2146435047
Field Value
|
Improve this Doc
View Source
SCARD_E_PIN_CACHE_EXPIRED
The smart card PIN cache has expired.
Declaration
public const int SCARD_E_PIN_CACHE_EXPIRED = -2146435022
Field Value
|
Improve this Doc
View Source
SCARD_E_PROTO_MISMATCH
The requested protocols are incompatible with the protocol currently in use with the smart card.
Declaration
public const int SCARD_E_PROTO_MISMATCH = -2146435057
Field Value
|
Improve this Doc
View Source
SCARD_E_READ_ONLY_CARD
The smart card is read only and cannot be written to.
Declaration
public const int SCARD_E_READ_ONLY_CARD = -2146435020
Field Value
|
Improve this Doc
View Source
SCARD_E_READER_UNAVAILABLE
The specified reader is not currently available for use.
Declaration
public const int SCARD_E_READER_UNAVAILABLE = -2146435049
Field Value
|
Improve this Doc
View Source
SCARD_E_READER_UNSUPPORTED
The reader driver does not meet minimal requirements for support.
Declaration
public const int SCARD_E_READER_UNSUPPORTED = -2146435046
Field Value
|
Improve this Doc
View Source
SCARD_E_SERVER_TOO_BUSY
The Smart Card Resource Manager is too busy to complete this operation.
Declaration
public const int SCARD_E_SERVER_TOO_BUSY = -2146435023
Field Value
|
Improve this Doc
View Source
SCARD_E_SERVICE_STOPPED
The Smart Card Resource Manager has shut down.
Declaration
public const int SCARD_E_SERVICE_STOPPED = -2146435042
Field Value
|
Improve this Doc
View Source
SCARD_E_SHARING_VIOLATION
The smart card cannot be accessed because of other connections outstanding.
Declaration
public const int SCARD_E_SHARING_VIOLATION = -2146435061
Field Value
|
Improve this Doc
View Source
SCARD_E_SYSTEM_CANCELLED
The action was cancelled by the system, presumably to log off or shut down.
Declaration
public const int SCARD_E_SYSTEM_CANCELLED = -2146435054
Field Value
|
Improve this Doc
View Source
SCARD_E_TIMEOUT
The user-specified timeout value has expired.
Declaration
public const int SCARD_E_TIMEOUT = -2146435062
Field Value
|
Improve this Doc
View Source
SCARD_E_UNEXPECTED
An unexpected card error has occurred.
Declaration
public const int SCARD_E_UNEXPECTED = -2146435041
Field Value
|
Improve this Doc
View Source
SCARD_E_UNKNOWN_CARD
The specified smart card name is not recognized.
Declaration
public const int SCARD_E_UNKNOWN_CARD = -2146435059
Field Value
|
Improve this Doc
View Source
SCARD_E_UNKNOWN_READER
The specified reader name is not recognized.
Declaration
public const int SCARD_E_UNKNOWN_READER = -2146435063
Field Value
|
Improve this Doc
View Source
SCARD_E_UNKNOWN_RES_MNG
An unrecognized error code was returned from a layered component.
Declaration
public const int SCARD_E_UNKNOWN_RES_MNG = -2146435029
Field Value
|
Improve this Doc
View Source
SCARD_E_UNSUPPORTED_FEATURE
This smart card does not support the requested feature.
Declaration
public const int SCARD_E_UNSUPPORTED_FEATURE = -2146435038
Field Value
|
Improve this Doc
View Source
SCARD_E_WRITE_TOO_MANY
The smart card does not have enough memory to store the information.
Declaration
public const int SCARD_E_WRITE_TOO_MANY = -2146435032
Field Value
|
Improve this Doc
View Source
SCARD_F_COMM_ERROR
An internal communications error has been detected.
Declaration
public const int SCARD_F_COMM_ERROR = -2146435053
Field Value
|
Improve this Doc
View Source
SCARD_F_INTERNAL_ERROR
An internal consistency check failed.
Declaration
public const int SCARD_F_INTERNAL_ERROR = -2146435071
Field Value
|
Improve this Doc
View Source
SCARD_F_UNKNOWN_ERROR
An internal error has been detected, but the source is unknown.
Declaration
public const int SCARD_F_UNKNOWN_ERROR = -2146435052
Field Value
|
Improve this Doc
View Source
SCARD_F_WAITED_TOO_LONG
An internal consistency timer has expired.
Declaration
public const int SCARD_F_WAITED_TOO_LONG = -2146435065
Field Value
|
Improve this Doc
View Source
SCARD_P_SHUTDOWN
The operation has been aborted to allow the server application to exit.
Declaration
public const int SCARD_P_SHUTDOWN = -2146435048
Field Value
|
Improve this Doc
View Source
SCARD_S_SUCCESS
Declaration
public const int SCARD_S_SUCCESS = 0
Field Value
|
Improve this Doc
View Source
SCARD_W_CACHE_ITEM_NOT_FOUND
The requested item could not be found in the cache.
Declaration
public const int SCARD_W_CACHE_ITEM_NOT_FOUND = -2146434960
Field Value
|
Improve this Doc
View Source
SCARD_W_CACHE_ITEM_STALE
The requested cache item is too old and was deleted from the cache.
Declaration
public const int SCARD_W_CACHE_ITEM_STALE = -2146434959
Field Value
|
Improve this Doc
View Source
SCARD_W_CACHE_ITEM_TOO_BIG
The new cache item exceeds the maximum per-item size defined for the cache.
Declaration
public const int SCARD_W_CACHE_ITEM_TOO_BIG = -2146434958
Field Value
|
Improve this Doc
View Source
SCARD_W_CANCELLED_BY_USER
The action was cancelled by the user.
Declaration
public const int SCARD_W_CANCELLED_BY_USER = -2146434962
Field Value
|
Improve this Doc
View Source
SCARD_W_CARD_NOT_AUTHENTICATED
No PIN was presented to the smart card.
Declaration
public const int SCARD_W_CARD_NOT_AUTHENTICATED = -2146434961
Field Value
|
Improve this Doc
View Source
SCARD_W_CHV_BLOCKED
The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
Declaration
public const int SCARD_W_CHV_BLOCKED = -2146434964
Field Value
|
Improve this Doc
View Source
SCARD_W_EOF
The end of the smart card file has been reached.
Declaration
public const int SCARD_W_EOF = -2146434963
Field Value
|
Improve this Doc
View Source
SCARD_W_REMOVED_CARD
The smart card has been removed, so that further communication is not possible.
Declaration
public const int SCARD_W_REMOVED_CARD = -2146434967
Field Value
|
Improve this Doc
View Source
SCARD_W_RESET_CARD
The smart card has been reset, so any shared state information is invalid.
Declaration
public const int SCARD_W_RESET_CARD = -2146434968
Field Value
|
Improve this Doc
View Source
SCARD_W_SECURITY_VIOLATION
Access was denied because of a security violation.
Declaration
public const int SCARD_W_SECURITY_VIOLATION = -2146434966
Field Value
|
Improve this Doc
View Source
SCARD_W_UNPOWERED_CARD
Power has been removed from the smart card, so that further communication is not possible.
Declaration
public const int SCARD_W_UNPOWERED_CARD = -2146434969
Field Value
|
Improve this Doc
View Source
SCARD_W_UNRESPONSIVE_CARD
The smart card is not responding to a reset.
Declaration
public const int SCARD_W_UNRESPONSIVE_CARD = -2146434970
Field Value
|
Improve this Doc
View Source
SCARD_W_UNSUPPORTED_CARD
The reader cannot communicate with the smart card, due to ATR configuration conflicts.
Declaration
public const int SCARD_W_UNSUPPORTED_CARD = -2146434971
Field Value
|
Improve this Doc
View Source
SCARD_W_WRONG_CHV
The card cannot be accessed because the wrong PIN was presented.
Declaration
public const int SCARD_W_WRONG_CHV = -2146434965
Field Value
|
Improve this Doc
View Source
SCHED_E_ACCOUNT_DBASE_CORRUPT
Corruption was detected in the Task Scheduler security database; the database has been reset.
Declaration
public const int SCHED_E_ACCOUNT_DBASE_CORRUPT = -2147216623
Field Value
|
Improve this Doc
View Source
No account information could be found in the Task Scheduler security database for the task indicated.
Declaration
public const int SCHED_E_ACCOUNT_INFORMATION_NOT_SET = -2147216625
Field Value
|
Improve this Doc
View Source
SCHED_E_ACCOUNT_NAME_NOT_FOUND
Unable to establish existence of the account specified.
Declaration
public const int SCHED_E_ACCOUNT_NAME_NOT_FOUND = -2147216624
Field Value
|
Improve this Doc
View Source
SCHED_E_ALREADY_RUNNING
An instance of this task is already running.
Declaration
public const int SCHED_E_ALREADY_RUNNING = -2147216609
Field Value
|
Improve this Doc
View Source
SCHED_E_CANNOT_OPEN_TASK
The task object could not be opened.
Declaration
public const int SCHED_E_CANNOT_OPEN_TASK = -2147216627
Field Value
|
Improve this Doc
View Source
SCHED_E_DEPRECATED_FEATURE_USED
The task definition uses a deprecated feature.
Declaration
public const int SCHED_E_DEPRECATED_FEATURE_USED = -2147216592
Field Value
|
Improve this Doc
View Source
SCHED_E_INVALID_TASK
The object is either an invalid task object or is not a task object.
Declaration
public const int SCHED_E_INVALID_TASK = -2147216626
Field Value
|
Improve this Doc
View Source
SCHED_E_INVALID_TASK_HASH
The task image is corrupt or has been tampered with.
Declaration
public const int SCHED_E_INVALID_TASK_HASH = -2147216607
Field Value
|
Improve this Doc
View Source
SCHED_E_INVALIDVALUE
The task XML contains a value which is incorrectly formatted or out of range.
Declaration
public const int SCHED_E_INVALIDVALUE = -2147216616
Field Value
|
Improve this Doc
View Source
The task XML is malformed.
Declaration
public const int SCHED_E_MALFORMEDXML = -2147216614
Field Value
|
Improve this Doc
View Source
SCHED_E_MISSINGNODE
The task XML is missing a required element or attribute.
Declaration
public const int SCHED_E_MISSINGNODE = -2147216615
Field Value
|
Improve this Doc
View Source
SCHED_E_NAMESPACE
The task XML contains an element or attribute from an unexpected namespace.
Declaration
public const int SCHED_E_NAMESPACE = -2147216617
Field Value
|
Improve this Doc
View Source
SCHED_E_NO_SECURITY_SERVICES
Task Scheduler security services are available only on Windows NT.
Declaration
public const int SCHED_E_NO_SECURITY_SERVICES = -2147216622
Field Value
|
Improve this Doc
View Source
SCHED_E_PAST_END_BOUNDARY
The task cannot be started after the trigger's end boundary.
Declaration
public const int SCHED_E_PAST_END_BOUNDARY = -2147216610
Field Value
|
Improve this Doc
View Source
SCHED_E_SERVICE_NOT_AVAILABLE
The Task Scheduler service is not available.
Declaration
public const int SCHED_E_SERVICE_NOT_AVAILABLE = -2147216606
Field Value
|
Improve this Doc
View Source
SCHED_E_SERVICE_NOT_INSTALLED
The Task Scheduler Service is not installed on this computer.
Declaration
public const int SCHED_E_SERVICE_NOT_INSTALLED = -2147216628
Field Value
|
Improve this Doc
View Source
SCHED_E_SERVICE_NOT_RUNNING
The Task Scheduler Service is not running.
Declaration
public const int SCHED_E_SERVICE_NOT_RUNNING = -2147216619
Field Value
|
Improve this Doc
View Source
SCHED_E_SERVICE_TOO_BUSY
The Task Scheduler service is too busy to handle your request. Please try again later.
Declaration
public const int SCHED_E_SERVICE_TOO_BUSY = -2147216605
Field Value
|
Improve this Doc
View Source
SCHED_E_START_ON_DEMAND
The task settings do not allow the task to start on demand.
Declaration
public const int SCHED_E_START_ON_DEMAND = -2147216600
Field Value
|
Improve this Doc
View Source
SCHED_E_TASK_ATTEMPTED
The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.
Declaration
public const int SCHED_E_TASK_ATTEMPTED = -2147216604
Field Value
|
Improve this Doc
View Source
SCHED_E_TASK_DISABLED
Declaration
public const int SCHED_E_TASK_DISABLED = -2147216602
Field Value
|
Improve this Doc
View Source
SCHED_E_TASK_NOT_READY
One or more of the properties that are needed to run this task have not been set.
Declaration
public const int SCHED_E_TASK_NOT_READY = -2147216630
Field Value
|
Improve this Doc
View Source
SCHED_E_TASK_NOT_RUNNING
There is no running instance of the task.
Declaration
public const int SCHED_E_TASK_NOT_RUNNING = -2147216629
Field Value
|
Improve this Doc
View Source
SCHED_E_TASK_NOT_UBPM_COMPAT
The combination of properties that task is using is not compatible with the scheduling engine.
Declaration
public const int SCHED_E_TASK_NOT_UBPM_COMPAT = -2147216599
Field Value
|
Improve this Doc
View Source
SCHED_E_TASK_NOT_V1_COMPAT
The task has properties that are not compatible with previous versions of Windows.
Declaration
public const int SCHED_E_TASK_NOT_V1_COMPAT = -2147216601
Field Value
|
Improve this Doc
View Source
SCHED_E_TOO_MANY_NODES
The task XML contains too many nodes of the same type.
Declaration
public const int SCHED_E_TOO_MANY_NODES = -2147216611
Field Value
|
Improve this Doc
View Source
SCHED_E_TRIGGER_NOT_FOUND
Declaration
public const int SCHED_E_TRIGGER_NOT_FOUND = -2147216631
Field Value
|
Improve this Doc
View Source
SCHED_E_UNEXPECTEDNODE
The task XML contains an unexpected node.
Declaration
public const int SCHED_E_UNEXPECTEDNODE = -2147216618
Field Value
|
Improve this Doc
View Source
SCHED_E_UNKNOWN_OBJECT_VERSION
The task object version is either unsupported or invalid.
Declaration
public const int SCHED_E_UNKNOWN_OBJECT_VERSION = -2147216621
Field Value
|
Improve this Doc
View Source
SCHED_E_UNSUPPORTED_ACCOUNT_OPTION
The task has been configured with an unsupported combination of account settings and run time options.
Declaration
public const int SCHED_E_UNSUPPORTED_ACCOUNT_OPTION = -2147216620
Field Value
|
Improve this Doc
View Source
SCHED_E_USER_NOT_LOGGED_ON
The task will not run because the user is not logged on.
Declaration
public const int SCHED_E_USER_NOT_LOGGED_ON = -2147216608
Field Value
|
Improve this Doc
View Source
SCHED_S_BATCH_LOGON_PROBLEM
The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal.
Declaration
public const int SCHED_S_BATCH_LOGON_PROBLEM = 267036
Field Value
|
Improve this Doc
View Source
SCHED_S_EVENT_TRIGGER
Event triggers don't have set run times.
Declaration
public const int SCHED_S_EVENT_TRIGGER = 267016
Field Value
|
Improve this Doc
View Source
SCHED_S_SOME_TRIGGERS_FAILED
The task is registered, but not all specified triggers will start the task, check task scheduler event log for detailed information.
Declaration
public const int SCHED_S_SOME_TRIGGERS_FAILED = 267035
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_DISABLED
The task will not run at the scheduled times because it has been disabled.
Declaration
public const int SCHED_S_TASK_DISABLED = 267010
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_HAS_NOT_RUN
The task has not yet run.
Declaration
public const int SCHED_S_TASK_HAS_NOT_RUN = 267011
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_NO_MORE_RUNS
There are no more runs scheduled for this task.
Declaration
public const int SCHED_S_TASK_NO_MORE_RUNS = 267012
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_NO_VALID_TRIGGERS
Either the task has no triggers or the existing triggers are disabled or not set.
Declaration
public const int SCHED_S_TASK_NO_VALID_TRIGGERS = 267015
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_NOT_SCHEDULED
One or more of the properties that are needed to run this task on a schedule have not been set.
Declaration
public const int SCHED_S_TASK_NOT_SCHEDULED = 267013
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_QUEUED
The Task Scheduler service has asked the task to run.
Declaration
public const int SCHED_S_TASK_QUEUED = 267045
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_READY
The task is ready to run at its next scheduled time.
Declaration
public const int SCHED_S_TASK_READY = 267008
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_RUNNING
The task is currently running.
Declaration
public const int SCHED_S_TASK_RUNNING = 267009
Field Value
|
Improve this Doc
View Source
SCHED_S_TASK_TERMINATED
The last run of the task was terminated by the user.
Declaration
public const int SCHED_S_TASK_TERMINATED = 267014
Field Value
|
Improve this Doc
View Source
SDIAG_E_CANCELLED
The operation was cancelled.
Declaration
public const int SDIAG_E_CANCELLED = -2143551232
Field Value
|
Improve this Doc
View Source
SDIAG_E_CANNOTRUN
The troubleshooting pack cannot be executed on this system.
Declaration
public const int SDIAG_E_CANNOTRUN = -2143551224
Field Value
|
Improve this Doc
View Source
SDIAG_E_DISABLED
Scripted diagnostics is disabled by group policy.
Declaration
public const int SDIAG_E_DISABLED = -2143551226
Field Value
|
Improve this Doc
View Source
SDIAG_E_MANAGEDHOST
An error occurred in the Scripted Diagnostic Managed Host.
Declaration
public const int SDIAG_E_MANAGEDHOST = -2143551229
Field Value
|
Improve this Doc
View Source
SDIAG_E_NOVERIFIER
The troubleshooting pack does not contain a required verifier to complete the verification.
Declaration
public const int SDIAG_E_NOVERIFIER = -2143551228
Field Value
|
Improve this Doc
View Source
SDIAG_E_POWERSHELL
An error occurred when interacting with PowerShell runtime.
Declaration
public const int SDIAG_E_POWERSHELL = -2143551230
Field Value
|
Improve this Doc
View Source
SDIAG_E_RESOURCE
A required resource cannot be loaded.
Declaration
public const int SDIAG_E_RESOURCE = -2143551222
Field Value
|
Improve this Doc
View Source
SDIAG_E_ROOTCAUSE
The troubleshooting pack reported information for a root cause without adding the root cause.
Declaration
public const int SDIAG_E_ROOTCAUSE = -2143551221
Field Value
|
Improve this Doc
View Source
SDIAG_E_SCRIPT
An error occurred when running a PowerShell script.
Declaration
public const int SDIAG_E_SCRIPT = -2143551231
Field Value
|
Improve this Doc
View Source
SDIAG_E_TRUST
Trust validation of the troubleshooting pack failed.
Declaration
public const int SDIAG_E_TRUST = -2143551225
Field Value
|
Improve this Doc
View Source
SDIAG_E_VERSION
This version of the troubleshooting pack is not supported.
Declaration
public const int SDIAG_E_VERSION = -2143551223
Field Value
|
Improve this Doc
View Source
SDIAG_S_CANNOTRUN
The troubleshooting pack cannot be executed on this system.
Declaration
public const int SDIAG_S_CANNOTRUN = 3932421
Field Value
|
Improve this Doc
View Source
SEC_E_ALGORITHM_MISMATCH
The client and server cannot communicate, because they do not possess a common algorithm.
Declaration
public const int SEC_E_ALGORITHM_MISMATCH = -2146893007
Field Value
|
Improve this Doc
View Source
SEC_E_APPLICATION_PROTOCOL_MISMATCH
No common application protocol exists between the client and the server. Application protocol negotiation failed.
Declaration
public const int SEC_E_APPLICATION_PROTOCOL_MISMATCH = -2146892953
Field Value
|
Improve this Doc
View Source
SEC_E_BAD_BINDINGS
Client's supplied SSPI channel bindings were incorrect.
Declaration
public const int SEC_E_BAD_BINDINGS = -2146892986
Field Value
|
Improve this Doc
View Source
SEC_E_BAD_PKGID
The requested security package does not exist
Declaration
public const int SEC_E_BAD_PKGID = -2146893034
Field Value
|
Improve this Doc
View Source
SEC_E_BUFFER_TOO_SMALL
The buffers supplied to a function was too small.
Declaration
public const int SEC_E_BUFFER_TOO_SMALL = -2146893023
Field Value
|
Improve this Doc
View Source
SEC_E_CANNOT_INSTALL
The security package failed to initialize, and cannot be installed
Declaration
public const int SEC_E_CANNOT_INSTALL = -2146893049
Field Value
|
Improve this Doc
View Source
SEC_E_CANNOT_PACK
The security package is not able to marshall the logon buffer, so the logon attempt has failed
Declaration
public const int SEC_E_CANNOT_PACK = -2146893047
Field Value
|
Improve this Doc
View Source
SEC_E_CERT_EXPIRED
The received certificate has expired.
Declaration
public const int SEC_E_CERT_EXPIRED = -2146893016
Field Value
|
Improve this Doc
View Source
SEC_E_CERT_UNKNOWN
An unknown error occurred while processing the certificate.
Declaration
public const int SEC_E_CERT_UNKNOWN = -2146893017
Field Value
|
Improve this Doc
View Source
SEC_E_CERT_WRONG_USAGE
The certificate is not valid for the requested usage.
Declaration
public const int SEC_E_CERT_WRONG_USAGE = -2146892983
Field Value
|
Improve this Doc
View Source
SEC_E_CONTEXT_EXPIRED
The context has expired and can no longer be used.
Declaration
public const int SEC_E_CONTEXT_EXPIRED = -2146893033
Field Value
|
Improve this Doc
View Source
SEC_E_CROSSREALM_DELEGATION_FAILURE
An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator.
Declaration
public const int SEC_E_CROSSREALM_DELEGATION_FAILURE = -2146892969
Field Value
|
Improve this Doc
View Source
SEC_E_CRYPTO_SYSTEM_INVALID
The crypto system or checksum function is invalid because a required function is unavailable.
Declaration
public const int SEC_E_CRYPTO_SYSTEM_INVALID = -2146893001
Field Value
|
Improve this Doc
View Source
SEC_E_DECRYPT_FAILURE
The specified data could not be decrypted.
Declaration
public const int SEC_E_DECRYPT_FAILURE = -2146893008
Field Value
|
Improve this Doc
View Source
SEC_E_DELEGATION_POLICY
Client policy does not allow credential delegation to target server.
Declaration
public const int SEC_E_DELEGATION_POLICY = -2146892962
Field Value
|
Improve this Doc
View Source
SEC_E_DELEGATION_REQUIRED
The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
Declaration
public const int SEC_E_DELEGATION_REQUIRED = -2146892987
Field Value
|
Improve this Doc
View Source
SEC_E_DOWNGRADE_DETECTED
The system cannot contact a domain controller to service the authentication request. Please try again later.
Declaration
public const int SEC_E_DOWNGRADE_DETECTED = -2146892976
Field Value
|
Improve this Doc
View Source
SEC_E_ENCRYPT_FAILURE
The specified data could not be encrypted.
Declaration
public const int SEC_E_ENCRYPT_FAILURE = -2146893015
Field Value
|
Improve this Doc
View Source
SEC_E_ILLEGAL_MESSAGE
The message received was unexpected or badly formatted.
Declaration
public const int SEC_E_ILLEGAL_MESSAGE = -2146893018
Field Value
|
Improve this Doc
View Source
SEC_E_INCOMPLETE_CREDENTIALS
The credentials supplied were not complete, and could not be verified. The context could not be initialized.
Declaration
public const int SEC_E_INCOMPLETE_CREDENTIALS = -2146893024
Field Value
|
Improve this Doc
View Source
SEC_E_INCOMPLETE_MESSAGE
The supplied message is incomplete. The signature was not verified.
Declaration
public const int SEC_E_INCOMPLETE_MESSAGE = -2146893032
Field Value
|
Improve this Doc
View Source
SEC_E_INSUFFICIENT_MEMORY
Not enough memory is available to complete this request
Declaration
public const int SEC_E_INSUFFICIENT_MEMORY = -2146893056
Field Value
|
Improve this Doc
View Source
SEC_E_INTERNAL_ERROR
The Local Security Authority cannot be contacted
Declaration
public const int SEC_E_INTERNAL_ERROR = -2146893052
Field Value
|
Improve this Doc
View Source
SEC_E_INVALID_HANDLE
The handle specified is invalid
Declaration
public const int SEC_E_INVALID_HANDLE = -2146893055
Field Value
|
Improve this Doc
View Source
SEC_E_INVALID_PARAMETER
One or more of the parameters passed to the function was invalid.
Declaration
public const int SEC_E_INVALID_PARAMETER = -2146892963
Field Value
|
Improve this Doc
View Source
SEC_E_INVALID_TOKEN
The token supplied to the function is invalid
Declaration
public const int SEC_E_INVALID_TOKEN = -2146893048
Field Value
|
Improve this Doc
View Source
SEC_E_INVALID_UPN_NAME
You can't sign in with a user ID in this format. Try using your email address instead.
Declaration
public const int SEC_E_INVALID_UPN_NAME = -2146892951
Field Value
|
Improve this Doc
View Source
SEC_E_ISSUING_CA_UNTRUSTED
An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
Declaration
public const int SEC_E_ISSUING_CA_UNTRUSTED = -2146892974
Field Value
|
Improve this Doc
View Source
SEC_E_ISSUING_CA_UNTRUSTED_KDC
An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator.
Declaration
public const int SEC_E_ISSUING_CA_UNTRUSTED_KDC = -2146892967
Field Value
|
Improve this Doc
View Source
SEC_E_KDC_CERT_EXPIRED
The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log.
Declaration
public const int SEC_E_KDC_CERT_EXPIRED = -2146892966
Field Value
|
Improve this Doc
View Source
SEC_E_KDC_CERT_REVOKED
The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log.
Declaration
public const int SEC_E_KDC_CERT_REVOKED = -2146892965
Field Value
|
Improve this Doc
View Source
SEC_E_KDC_INVALID_REQUEST
An invalid request was sent to the KDC.
Declaration
public const int SEC_E_KDC_INVALID_REQUEST = -2146892992
Field Value
|
Improve this Doc
View Source
SEC_E_KDC_UNABLE_TO_REFER
The KDC was unable to generate a referral for the service requested.
Declaration
public const int SEC_E_KDC_UNABLE_TO_REFER = -2146892991
Field Value
|
Improve this Doc
View Source
SEC_E_KDC_UNKNOWN_ETYPE
The encryption type requested is not supported by the KDC.
Declaration
public const int SEC_E_KDC_UNKNOWN_ETYPE = -2146892990
Field Value
|
Improve this Doc
View Source
SEC_E_LOGON_DENIED
Declaration
public const int SEC_E_LOGON_DENIED = -2146893044
Field Value
|
Improve this Doc
View Source
SEC_E_MAX_REFERRALS_EXCEEDED
The number of maximum ticket referrals has been exceeded.
Declaration
public const int SEC_E_MAX_REFERRALS_EXCEEDED = -2146893000
Field Value
|
Improve this Doc
View Source
SEC_E_MESSAGE_ALTERED
The message or signature supplied for verification has been altered
Declaration
public const int SEC_E_MESSAGE_ALTERED = -2146893041
Field Value
|
Improve this Doc
View Source
SEC_E_MULTIPLE_ACCOUNTS
The received certificate was mapped to multiple accounts.
Declaration
public const int SEC_E_MULTIPLE_ACCOUNTS = -2146892985
Field Value
|
Improve this Doc
View Source
SEC_E_MUST_BE_KDC
The local machine must be a Kerberos KDC (domain controller) and it is not.
Declaration
public const int SEC_E_MUST_BE_KDC = -2146892999
Field Value
|
Improve this Doc
View Source
SEC_E_MUTUAL_AUTH_FAILED
The identity of the server computer could not be verified.
Declaration
public const int SEC_E_MUTUAL_AUTH_FAILED = -2146892957
Field Value
|
Improve this Doc
View Source
SEC_E_NO_AUTHENTICATING_AUTHORITY
No authority could be contacted for authentication.
Declaration
public const int SEC_E_NO_AUTHENTICATING_AUTHORITY = -2146893039
Field Value
|
Improve this Doc
View Source
SEC_E_NO_CONTEXT
The required security context does not exist.
Declaration
public const int SEC_E_NO_CONTEXT = -2146892959
Field Value
|
Improve this Doc
View Source
SEC_E_NO_CREDENTIALS
No credentials are available in the security package
Declaration
public const int SEC_E_NO_CREDENTIALS = -2146893042
Field Value
|
Improve this Doc
View Source
SEC_E_NO_IMPERSONATION
The security context does not allow impersonation of the client
Declaration
public const int SEC_E_NO_IMPERSONATION = -2146893045
Field Value
|
Improve this Doc
View Source
SEC_E_NO_IP_ADDRESSES
Unable to accomplish the requested task because the local machine does not have any IP addresses.
Declaration
public const int SEC_E_NO_IP_ADDRESSES = -2146893003
Field Value
|
Improve this Doc
View Source
SEC_E_NO_KERB_KEY
Declaration
public const int SEC_E_NO_KERB_KEY = -2146892984
Field Value
|
Improve this Doc
View Source
SEC_E_NO_PA_DATA
Expected to find PA data for a hint of what etype to use, but it was not found.
Declaration
public const int SEC_E_NO_PA_DATA = -2146892996
Field Value
|
Improve this Doc
View Source
SEC_E_NO_S4U_PROT_SUPPORT
The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.
Declaration
public const int SEC_E_NO_S4U_PROT_SUPPORT = -2146892970
Field Value
|
Improve this Doc
View Source
SEC_E_NO_SPM
Declaration
public const int SEC_E_NO_SPM = -2146893052
Field Value
|
Improve this Doc
View Source
SEC_E_NO_TGT_REPLY
The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
Declaration
public const int SEC_E_NO_TGT_REPLY = -2146893004
Field Value
|
Improve this Doc
View Source
SEC_E_NOT_OWNER
The caller is not the owner of the desired credentials
Declaration
public const int SEC_E_NOT_OWNER = -2146893050
Field Value
|
Improve this Doc
View Source
SEC_E_NOT_SUPPORTED
Declaration
public const int SEC_E_NOT_SUPPORTED = -2146893054
Field Value
|
Improve this Doc
View Source
SEC_E_ONLY_HTTPS_ALLOWED
Only https scheme is allowed.
Declaration
public const int SEC_E_ONLY_HTTPS_ALLOWED = -2146892955
Field Value
|
Improve this Doc
View Source
SEC_E_OUT_OF_SEQUENCE
The message supplied for verification is out of sequence
Declaration
public const int SEC_E_OUT_OF_SEQUENCE = -2146893040
Field Value
|
Improve this Doc
View Source
SEC_E_PKINIT_CLIENT_FAILURE
The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
Declaration
public const int SEC_E_PKINIT_CLIENT_FAILURE = -2146892972
Field Value
|
Improve this Doc
View Source
SEC_E_PKINIT_NAME_MISMATCH
The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator.
Declaration
public const int SEC_E_PKINIT_NAME_MISMATCH = -2146892995
Field Value
|
Improve this Doc
View Source
SEC_E_PKU2U_CERT_FAILURE
The PKU2U protocol encountered an error while attempting to utilize the associated certificates.
Declaration
public const int SEC_E_PKU2U_CERT_FAILURE = -2146892958
Field Value
|
Improve this Doc
View Source
SEC_E_POLICY_NLTM_ONLY
Client policy does not allow credential delegation to target server with NLTM only authentication.
Declaration
public const int SEC_E_POLICY_NLTM_ONLY = -2146892961
Field Value
|
Improve this Doc
View Source
SEC_E_QOP_NOT_SUPPORTED
The per-message Quality of Protection is not supported by the security package
Declaration
public const int SEC_E_QOP_NOT_SUPPORTED = -2146893046
Field Value
|
Improve this Doc
View Source
SEC_E_REVOCATION_OFFLINE_C
The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
Declaration
public const int SEC_E_REVOCATION_OFFLINE_C = -2146892973
Field Value
|
Improve this Doc
View Source
SEC_E_REVOCATION_OFFLINE_KDC
The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator.
Declaration
public const int SEC_E_REVOCATION_OFFLINE_KDC = -2146892968
Field Value
|
Improve this Doc
View Source
SEC_E_SECPKG_NOT_FOUND
The requested security package does not exist
Declaration
public const int SEC_E_SECPKG_NOT_FOUND = -2146893051
Field Value
|
Improve this Doc
View Source
SEC_E_SECURITY_QOS_FAILED
The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).
Declaration
public const int SEC_E_SECURITY_QOS_FAILED = -2146893006
Field Value
|
Improve this Doc
View Source
SEC_E_SHUTDOWN_IN_PROGRESS
A system shutdown is in progress.
Declaration
public const int SEC_E_SHUTDOWN_IN_PROGRESS = -2146892993
Field Value
|
Improve this Doc
View Source
SEC_E_SMARTCARD_CERT_EXPIRED
The smartcard certificate used for authentication has expired. Please contact your system administrator.
Declaration
public const int SEC_E_SMARTCARD_CERT_EXPIRED = -2146892971
Field Value
|
Improve this Doc
View Source
SEC_E_SMARTCARD_CERT_REVOKED
The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
Declaration
public const int SEC_E_SMARTCARD_CERT_REVOKED = -2146892975
Field Value
|
Improve this Doc
View Source
SEC_E_SMARTCARD_LOGON_REQUIRED
Smartcard logon is required and was not used.
Declaration
public const int SEC_E_SMARTCARD_LOGON_REQUIRED = -2146892994
Field Value
|
Improve this Doc
View Source
SEC_E_STRONG_CRYPTO_NOT_SUPPORTED
The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
Declaration
public const int SEC_E_STRONG_CRYPTO_NOT_SUPPORTED = -2146892998
Field Value
|
Improve this Doc
View Source
SEC_E_TARGET_UNKNOWN
The specified target is unknown or unreachable
Declaration
public const int SEC_E_TARGET_UNKNOWN = -2146893053
Field Value
|
Improve this Doc
View Source
SEC_E_TIME_SKEW
The clocks on the client and server machines are skewed.
Declaration
public const int SEC_E_TIME_SKEW = -2146893020
Field Value
|
Improve this Doc
View Source
SEC_E_TOO_MANY_PRINCIPALS
The KDC reply contained more than one principal name.
Declaration
public const int SEC_E_TOO_MANY_PRINCIPALS = -2146892997
Field Value
|
Improve this Doc
View Source
SEC_E_UNFINISHED_CONTEXT_DELETED
A security context was deleted before the context was completed. This is considered a logon failure.
Declaration
public const int SEC_E_UNFINISHED_CONTEXT_DELETED = -2146893005
Field Value
|
Improve this Doc
View Source
SEC_E_UNKNOWN_CREDENTIALS
The credentials supplied to the package were not recognized
Declaration
public const int SEC_E_UNKNOWN_CREDENTIALS = -2146893043
Field Value
|
Improve this Doc
View Source
SEC_E_UNSUPPORTED_FUNCTION
The function requested is not supported
Declaration
public const int SEC_E_UNSUPPORTED_FUNCTION = -2146893054
Field Value
|
Improve this Doc
View Source
SEC_E_UNSUPPORTED_PREAUTH
An unsupported preauthentication mechanism was presented to the Kerberos package.
Declaration
public const int SEC_E_UNSUPPORTED_PREAUTH = -2146892989
Field Value
|
Improve this Doc
View Source
SEC_E_UNTRUSTED_ROOT
The certificate chain was issued by an authority that is not trusted.
Declaration
public const int SEC_E_UNTRUSTED_ROOT = -2146893019
Field Value
|
Improve this Doc
View Source
SEC_E_WRONG_CREDENTIAL_HANDLE
The supplied credential handle does not match the credential associated with the security context.
Declaration
public const int SEC_E_WRONG_CREDENTIAL_HANDLE = -2146893002
Field Value
|
Improve this Doc
View Source
SEC_E_WRONG_PRINCIPAL
The target principal name is incorrect.
Declaration
public const int SEC_E_WRONG_PRINCIPAL = -2146893022
Field Value
|
Improve this Doc
View Source
SEC_I_ASYNC_CALL_PENDING
An asynchronous SSPI routine has been called and the work is pending completion.
Declaration
public const int SEC_I_ASYNC_CALL_PENDING = 590696
Field Value
|
Improve this Doc
View Source
SEC_I_COMPLETE_AND_CONTINUE
The function completed successfully, but both CompleteToken and this function must be called to complete the context
Declaration
public const int SEC_I_COMPLETE_AND_CONTINUE = 590612
Field Value
|
Improve this Doc
View Source
SEC_I_COMPLETE_NEEDED
The function completed successfully, but CompleteToken must be called
Declaration
public const int SEC_I_COMPLETE_NEEDED = 590611
Field Value
|
Improve this Doc
View Source
SEC_I_CONTEXT_EXPIRED
The context has expired and can no longer be used.
Declaration
public const int SEC_I_CONTEXT_EXPIRED = 590615
Field Value
|
Improve this Doc
View Source
SEC_I_CONTINUE_NEEDED
The function completed successfully, but must be called again to complete the context
Declaration
public const int SEC_I_CONTINUE_NEEDED = 590610
Field Value
|
Improve this Doc
View Source
SEC_I_CONTINUE_NEEDED_MESSAGE_OK
The function completed successfully, but must be called again to complete the context. Early start can be used.
Declaration
public const int SEC_I_CONTINUE_NEEDED_MESSAGE_OK = 590694
Field Value
|
Improve this Doc
View Source
SEC_I_INCOMPLETE_CREDENTIALS
The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.
Declaration
public const int SEC_I_INCOMPLETE_CREDENTIALS = 590624
Field Value
|
Improve this Doc
View Source
SEC_I_LOCAL_LOGON
The logon was completed, but no network authority was available. The logon was made using locally known information
Declaration
public const int SEC_I_LOCAL_LOGON = 590613
Field Value
|
Improve this Doc
View Source
SEC_I_MESSAGE_FRAGMENT
The returned buffer is only a fragment of the message. More fragments need to be returned.
Declaration
public const int SEC_I_MESSAGE_FRAGMENT = 590692
Field Value
|
Improve this Doc
View Source
SEC_I_NO_LSA_CONTEXT
There is no LSA mode context associated with this context.
Declaration
public const int SEC_I_NO_LSA_CONTEXT = 590627
Field Value
|
Improve this Doc
View Source
SEC_I_NO_RENEGOTIATION
The recipient rejected the renegotiation request.
Declaration
public const int SEC_I_NO_RENEGOTIATION = 590688
Field Value
|
Improve this Doc
View Source
SEC_I_RENEGOTIATE
The context data must be renegotiated with the peer.
Declaration
public const int SEC_I_RENEGOTIATE = 590625
Field Value
|
Improve this Doc
View Source
SEC_I_SIGNATURE_NEEDED
A signature operation must be performed before the user can authenticate.
Declaration
public const int SEC_I_SIGNATURE_NEEDED = 590684
Field Value
|
Improve this Doc
View Source
SPAPI_E_AUTHENTICODE_DISALLOWED
Authenticode(tm) signature verification is not supported for the specified INF.
Declaration
public const int SPAPI_E_AUTHENTICODE_DISALLOWED = -2146500032
Field Value
|
Improve this Doc
View Source
SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED
The publisher of an Authenticode(tm) signed catalog was not established as trusted.
Declaration
public const int SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED = -2146500029
Field Value
|
Improve this Doc
View Source
SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED
The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted.
Declaration
public const int SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED = -2146500030
Field Value
|
Improve this Doc
View Source
SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER
The INF was signed with an Authenticode(tm) catalog from a trusted publisher.
Declaration
public const int SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER = -2146500031
Field Value
|
Improve this Doc
View Source
SPAPI_E_BAD_INTERFACE_INSTALLSECT
An interface installation section in this INF is invalid.
Declaration
public const int SPAPI_E_BAD_INTERFACE_INSTALLSECT = -2146500067
Field Value
|
Improve this Doc
View Source
SPAPI_E_BAD_SECTION_NAME_LINE
A section name marker in the INF is not complete, or does not exist on a line by itself.
Declaration
public const int SPAPI_E_BAD_SECTION_NAME_LINE = -2146500607
Field Value
|
Improve this Doc
View Source
SPAPI_E_BAD_SERVICE_INSTALLSECT
A service installation section in this INF is invalid.
Declaration
public const int SPAPI_E_BAD_SERVICE_INSTALLSECT = -2146500073
Field Value
|
Improve this Doc
View Source
SPAPI_E_CANT_LOAD_CLASS_ICON
The icon representing this install class cannot be loaded.
Declaration
public const int SPAPI_E_CANT_LOAD_CLASS_ICON = -2146500084
Field Value
|
Improve this Doc
View Source
SPAPI_E_CANT_REMOVE_DEVINST
The device could not be dynamically removed.
Declaration
public const int SPAPI_E_CANT_REMOVE_DEVINST = -2146500046
Field Value
|
Improve this Doc
View Source
SPAPI_E_CLASS_MISMATCH
The INF or the device information set or element does not match the specified install class.
Declaration
public const int SPAPI_E_CLASS_MISMATCH = -2146500095
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVICE_INSTALL_BLOCKED
The installation of this device is forbidden by system policy. Contact your system administrator.
Declaration
public const int SPAPI_E_DEVICE_INSTALL_BLOCKED = -2146500024
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVICE_INSTALLER_NOT_READY
One of the installers for this device cannot perform the installation at this time.
Declaration
public const int SPAPI_E_DEVICE_INSTALLER_NOT_READY = -2146500026
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVICE_INTERFACE_ACTIVE
The operation cannot be performed because the device interface is currently active.
Declaration
public const int SPAPI_E_DEVICE_INTERFACE_ACTIVE = -2146500069
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVICE_INTERFACE_REMOVED
The operation cannot be performed because the device interface has been removed from the system.
Declaration
public const int SPAPI_E_DEVICE_INTERFACE_REMOVED = -2146500068
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVINFO_DATA_LOCKED
The operation cannot be performed because the device information element is locked.
Declaration
public const int SPAPI_E_DEVINFO_DATA_LOCKED = -2146500077
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVINFO_LIST_LOCKED
The operation cannot be performed because the device information set is locked.
Declaration
public const int SPAPI_E_DEVINFO_LIST_LOCKED = -2146500078
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVINFO_NOT_REGISTERED
The operation cannot be performed on a device information element that has not been registered.
Declaration
public const int SPAPI_E_DEVINFO_NOT_REGISTERED = -2146500088
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVINST_ALREADY_EXISTS
The device instance cannot be created because it already exists.
Declaration
public const int SPAPI_E_DEVINST_ALREADY_EXISTS = -2146500089
Field Value
|
Improve this Doc
View Source
SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE
An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
Declaration
public const int SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE = -2146500048
Field Value
|
Improve this Doc
View Source
SPAPI_E_DI_BAD_PATH
The specified path does not contain any applicable device INFs.
Declaration
public const int SPAPI_E_DI_BAD_PATH = -2146500076
Field Value
|
Improve this Doc
View Source
SPAPI_E_DI_DO_DEFAULT
The class installer has indicated that the default action should be performed for this installation request.
Declaration
public const int SPAPI_E_DI_DO_DEFAULT = -2146500082
Field Value
|
Improve this Doc
View Source
SPAPI_E_DI_DONT_INSTALL
The class installer has denied the request to install or upgrade this device.
Declaration
public const int SPAPI_E_DI_DONT_INSTALL = -2146500053
Field Value
|
Improve this Doc
View Source
SPAPI_E_DI_FUNCTION_OBSOLETE
The requested device install operation is obsolete.
Declaration
public const int SPAPI_E_DI_FUNCTION_OBSOLETE = -2146500034
Field Value
|
Improve this Doc
View Source
SPAPI_E_DI_NOFILECOPY
The operation does not require any files to be copied.
Declaration
public const int SPAPI_E_DI_NOFILECOPY = -2146500081
Field Value
|
Improve this Doc
View Source
SPAPI_E_DI_POSTPROCESSING_REQUIRED
The device's co-installer has additional work to perform after installation is complete.
Declaration
public const int SPAPI_E_DI_POSTPROCESSING_REQUIRED = -2146500058
Field Value
|
Improve this Doc
View Source
SPAPI_E_DRIVER_INSTALL_BLOCKED
The installation of this driver is forbidden by system policy. Contact your system administrator.
Declaration
public const int SPAPI_E_DRIVER_INSTALL_BLOCKED = -2146500023
Field Value
|
Improve this Doc
View Source
SPAPI_E_DRIVER_NONNATIVE
Driver is not intended for this platform.
Declaration
public const int SPAPI_E_DRIVER_NONNATIVE = -2146500044
Field Value
|
Improve this Doc
View Source
SPAPI_E_DRIVER_STORE_ADD_FAILED
A problem was encountered while attempting to add the driver to the store.
Declaration
public const int SPAPI_E_DRIVER_STORE_ADD_FAILED = -2146500025
Field Value
|
Improve this Doc
View Source
SPAPI_E_DRIVER_STORE_DELETE_FAILED
A problem was encountered while attempting to delete the driver from the store.
Declaration
public const int SPAPI_E_DRIVER_STORE_DELETE_FAILED = -2146500020
Field Value
|
Improve this Doc
View Source
SPAPI_E_DUPLICATE_FOUND
An existing device was found that is a duplicate of the device being manually installed.
Declaration
public const int SPAPI_E_DUPLICATE_FOUND = -2146500094
Field Value
|
Improve this Doc
View Source
SPAPI_E_ERROR_NOT_INSTALLED
No installed components were detected.
Declaration
public const int SPAPI_E_ERROR_NOT_INSTALLED = -2146496512
Field Value
|
Improve this Doc
View Source
SPAPI_E_EXPECTED_SECTION_NAME
A non-empty line was encountered in the INF before the start of a section.
Declaration
public const int SPAPI_E_EXPECTED_SECTION_NAME = -2146500608
Field Value
|
Improve this Doc
View Source
SPAPI_E_FILE_HASH_NOT_IN_CATALOG
The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
Declaration
public const int SPAPI_E_FILE_HASH_NOT_IN_CATALOG = -2146500021
Field Value
|
Improve this Doc
View Source
SPAPI_E_FILEQUEUE_LOCKED
The operation cannot be performed because the file queue is locked.
Declaration
public const int SPAPI_E_FILEQUEUE_LOCKED = -2146500074
Field Value
|
Improve this Doc
View Source
SPAPI_E_GENERAL_SYNTAX
The syntax of the INF is invalid.
Declaration
public const int SPAPI_E_GENERAL_SYNTAX = -2146500605
Field Value
|
Improve this Doc
View Source
SPAPI_E_IN_WOW64
Operation not allowed in WOW64.
Declaration
public const int SPAPI_E_IN_WOW64 = -2146500043
Field Value
|
Improve this Doc
View Source
SPAPI_E_INCORRECTLY_COPIED_INF
An INF was copied into the Windows INF directory in an improper manner.
Declaration
public const int SPAPI_E_INCORRECTLY_COPIED_INF = -2146500041
Field Value
|
Improve this Doc
View Source
SPAPI_E_INF_IN_USE_BY_DEVICES
One or more devices are presently installed using the specified INF.
Declaration
public const int SPAPI_E_INF_IN_USE_BY_DEVICES = -2146500035
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_CLASS
The install class is not present or is invalid.
Declaration
public const int SPAPI_E_INVALID_CLASS = -2146500090
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_CLASS_INSTALLER
The class installer registry entry is invalid.
Declaration
public const int SPAPI_E_INVALID_CLASS_INSTALLER = -2146500083
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_COINSTALLER
The device's co-installer is invalid.
Declaration
public const int SPAPI_E_INVALID_COINSTALLER = -2146500057
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_DEVINST_NAME
The device instance name is invalid.
Declaration
public const int SPAPI_E_INVALID_DEVINST_NAME = -2146500091
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_FILTER_DRIVER
One of the filter drivers installed for this device is invalid.
Declaration
public const int SPAPI_E_INVALID_FILTER_DRIVER = -2146500052
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_HWPROFILE
The specified hardware profile does not exist.
Declaration
public const int SPAPI_E_INVALID_HWPROFILE = -2146500080
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_INF_LOGCONFIG
A logical configuration specified in this INF is invalid.
Declaration
public const int SPAPI_E_INVALID_INF_LOGCONFIG = -2146500054
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_MACHINENAME
The specified machine name does not conform to UNC naming conventions.
Declaration
public const int SPAPI_E_INVALID_MACHINENAME = -2146500064
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_PROPPAGE_PROVIDER
The property page provider registry entry is invalid.
Declaration
public const int SPAPI_E_INVALID_PROPPAGE_PROVIDER = -2146500060
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_REFERENCE_STRING
The reference string supplied for this interface device is invalid.
Declaration
public const int SPAPI_E_INVALID_REFERENCE_STRING = -2146500065
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_REG_PROPERTY
The device property code is invalid.
Declaration
public const int SPAPI_E_INVALID_REG_PROPERTY = -2146500087
Field Value
|
Improve this Doc
View Source
SPAPI_E_INVALID_TARGET
Cannot copy to specified target.
Declaration
public const int SPAPI_E_INVALID_TARGET = -2146500045
Field Value
|
Improve this Doc
View Source
SPAPI_E_KEY_DOES_NOT_EXIST
The requested device registry key does not exist.
Declaration
public const int SPAPI_E_KEY_DOES_NOT_EXIST = -2146500092
Field Value
|
Improve this Doc
View Source
SPAPI_E_LINE_NOT_FOUND
The required line was not found in the INF.
Declaration
public const int SPAPI_E_LINE_NOT_FOUND = -2146500350
Field Value
|
Improve this Doc
View Source
SPAPI_E_MACHINE_UNAVAILABLE
The machine selected for remote communication is not available at this time.
Declaration
public const int SPAPI_E_MACHINE_UNAVAILABLE = -2146500062
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_ASSOCIATED_CLASS
The INF or the device information set or element does not have an associated install class.
Declaration
public const int SPAPI_E_NO_ASSOCIATED_CLASS = -2146500096
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_ASSOCIATED_SERVICE
The installation failed because a function driver was not specified for this device instance.
Declaration
public const int SPAPI_E_NO_ASSOCIATED_SERVICE = -2146500071
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_AUTHENTICODE_CATALOG
A file could not be verified because it does not have an associated catalog signed via Authenticode(tm).
Declaration
public const int SPAPI_E_NO_AUTHENTICODE_CATALOG = -2146500033
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_BACKUP
The files affected by the installation of this file queue have not been backed up for uninstall.
Declaration
public const int SPAPI_E_NO_BACKUP = -2146500349
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_CATALOG_FOR_OEM_INF
The third-party INF does not contain digital signature information.
Declaration
public const int SPAPI_E_NO_CATALOG_FOR_OEM_INF = -2146500049
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_CLASS_DRIVER_LIST
There is no class driver list for the device information element.
Declaration
public const int SPAPI_E_NO_CLASS_DRIVER_LIST = -2146500072
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_CLASSINSTALL_PARAMS
No class installer parameters have been set for the device information set or element.
Declaration
public const int SPAPI_E_NO_CLASSINSTALL_PARAMS = -2146500075
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_COMPAT_DRIVERS
There are no compatible drivers for this device.
Declaration
public const int SPAPI_E_NO_COMPAT_DRIVERS = -2146500056
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_CONFIGMGR_SERVICES
The Plug and Play service is not available on the remote machine.
Declaration
public const int SPAPI_E_NO_CONFIGMGR_SERVICES = -2146500061
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE
There is presently no default device interface designated for this interface class.
Declaration
public const int SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE = -2146500070
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_DEVICE_ICON
There is no icon that represents this device or device type.
Declaration
public const int SPAPI_E_NO_DEVICE_ICON = -2146500055
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_DEVICE_SELECTED
There is no device information element currently selected for this device information set.
Declaration
public const int SPAPI_E_NO_DEVICE_SELECTED = -2146500079
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_DRIVER_SELECTED
There is no driver selected for the device information set or element.
Declaration
public const int SPAPI_E_NO_DRIVER_SELECTED = -2146500093
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_INF
The INF from which a driver list is to be built does not exist.
Declaration
public const int SPAPI_E_NO_INF = -2146500086
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_SUCH_DEVICE_INTERFACE
The requested device interface is not present in the system.
Declaration
public const int SPAPI_E_NO_SUCH_DEVICE_INTERFACE = -2146500059
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_SUCH_DEVINST
The device instance does not exist in the hardware tree.
Declaration
public const int SPAPI_E_NO_SUCH_DEVINST = -2146500085
Field Value
|
Improve this Doc
View Source
SPAPI_E_NO_SUCH_INTERFACE_CLASS
This interface class does not exist in the system.
Declaration
public const int SPAPI_E_NO_SUCH_INTERFACE_CLASS = -2146500066
Field Value
|
Improve this Doc
View Source
SPAPI_E_NON_WINDOWS_DRIVER
The driver selected for this device does not support Windows.
Declaration
public const int SPAPI_E_NON_WINDOWS_DRIVER = -2146500050
Field Value
|
Improve this Doc
View Source
SPAPI_E_NON_WINDOWS_NT_DRIVER
The driver selected for this device does not support this version of Windows.
Declaration
public const int SPAPI_E_NON_WINDOWS_NT_DRIVER = -2146500051
Field Value
|
Improve this Doc
View Source
SPAPI_E_NOT_AN_INSTALLED_OEM_INF
The specified file is not an installed OEM INF.
Declaration
public const int SPAPI_E_NOT_AN_INSTALLED_OEM_INF = -2146500036
Field Value
|
Improve this Doc
View Source
SPAPI_E_NOT_DISABLEABLE
The device cannot be disabled.
Declaration
public const int SPAPI_E_NOT_DISABLEABLE = -2146500047
Field Value
|
Improve this Doc
View Source
SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE
The file may only be validated by a catalog signed via Authenticode(tm).
Declaration
public const int SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE = -2146500027
Field Value
|
Improve this Doc
View Source
SPAPI_E_PNP_REGISTRY_ERROR
A problem was encountered when accessing the Plug and Play registry database.
Declaration
public const int SPAPI_E_PNP_REGISTRY_ERROR = -2146500038
Field Value
|
Improve this Doc
View Source
SPAPI_E_REMOTE_COMM_FAILURE
A general remote communication error occurred.
Declaration
public const int SPAPI_E_REMOTE_COMM_FAILURE = -2146500063
Field Value
|
Improve this Doc
View Source
SPAPI_E_REMOTE_REQUEST_UNSUPPORTED
The requested operation is not supported for a remote machine.
Declaration
public const int SPAPI_E_REMOTE_REQUEST_UNSUPPORTED = -2146500037
Field Value
|
Improve this Doc
View Source
SPAPI_E_SCE_DISABLED
The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product.
Declaration
public const int SPAPI_E_SCE_DISABLED = -2146500040
Field Value
|
Improve this Doc
View Source
SPAPI_E_SECTION_NAME_TOO_LONG
An INF section was encountered whose name exceeds the maximum section name length.
Declaration
public const int SPAPI_E_SECTION_NAME_TOO_LONG = -2146500606
Field Value
|
Improve this Doc
View Source
SPAPI_E_SECTION_NOT_FOUND
The required section was not found in the INF.
Declaration
public const int SPAPI_E_SECTION_NOT_FOUND = -2146500351
Field Value
|
Improve this Doc
View Source
SPAPI_E_SET_SYSTEM_RESTORE_POINT
The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
Declaration
public const int SPAPI_E_SET_SYSTEM_RESTORE_POINT = -2146500042
Field Value
|
Improve this Doc
View Source
SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH
The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version.
Declaration
public const int SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH = -2146500028
Field Value
|
Improve this Doc
View Source
SPAPI_E_UNKNOWN_EXCEPTION
An unknown exception was encountered.
Declaration
public const int SPAPI_E_UNKNOWN_EXCEPTION = -2146500039
Field Value
|
Improve this Doc
View Source
SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW
An unrecoverable stack overflow was encountered.
Declaration
public const int SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW = -2146499840
Field Value
|
Improve this Doc
View Source
SPAPI_E_WRONG_INF_STYLE
The style of the INF is different than what was requested.
Declaration
public const int SPAPI_E_WRONG_INF_STYLE = -2146500352
Field Value
|
Improve this Doc
View Source
SPAPI_E_WRONG_INF_TYPE
The specified INF is the wrong type for this operation.
Declaration
public const int SPAPI_E_WRONG_INF_TYPE = -2146500022
Field Value
|
Improve this Doc
View Source
SQLITE_E_ABORT
Callback routine requested an abort
Declaration
public const int SQLITE_E_ABORT = -2018574332
Field Value
|
Improve this Doc
View Source
SQLITE_E_ABORT_ROLLBACK
Declaration
public const int SQLITE_E_ABORT_ROLLBACK = -2018573820
Field Value
|
Improve this Doc
View Source
SQLITE_E_AUTH
Declaration
public const int SQLITE_E_AUTH = -2018574313
Field Value
|
Improve this Doc
View Source
SQLITE_E_BUSY
The database file is locked
Declaration
public const int SQLITE_E_BUSY = -2018574331
Field Value
|
Improve this Doc
View Source
SQLITE_E_BUSY_RECOVERY
Declaration
public const int SQLITE_E_BUSY_RECOVERY = -2018574075
Field Value
|
Improve this Doc
View Source
SQLITE_E_BUSY_SNAPSHOT
Declaration
public const int SQLITE_E_BUSY_SNAPSHOT = -2018573819
Field Value
|
Improve this Doc
View Source
SQLITE_E_CANTOPEN
Unable to open the database file
Declaration
public const int SQLITE_E_CANTOPEN = -2018574322
Field Value
|
Improve this Doc
View Source
SQLITE_E_CANTOPEN_CONVPATH
Declaration
public const int SQLITE_E_CANTOPEN_CONVPATH = -2018573298
Field Value
|
Improve this Doc
View Source
SQLITE_E_CANTOPEN_FULLPATH
Declaration
public const int SQLITE_E_CANTOPEN_FULLPATH = -2018573554
Field Value
|
Improve this Doc
View Source
SQLITE_E_CANTOPEN_ISDIR
Declaration
public const int SQLITE_E_CANTOPEN_ISDIR = -2018573810
Field Value
|
Improve this Doc
View Source
SQLITE_E_CANTOPEN_NOTEMPDIR
SQLITE_CANTOPEN_NOTEMPDIR
Declaration
public const int SQLITE_E_CANTOPEN_NOTEMPDIR = -2018574066
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT
Abort due to constraint violation
Declaration
public const int SQLITE_E_CONSTRAINT = -2018574317
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_CHECK
Declaration
public const int SQLITE_E_CONSTRAINT_CHECK = -2018574061
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_COMMITHOOK
SQLITE_CONSTRAINT_COMMITHOOK
Declaration
public const int SQLITE_E_CONSTRAINT_COMMITHOOK = -2018573805
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_FOREIGNKEY
SQLITE_CONSTRAINT_FOREIGNKEY
Declaration
public const int SQLITE_E_CONSTRAINT_FOREIGNKEY = -2018573549
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_FUNCTION
SQLITE_CONSTRAINT_FUNCTION
Declaration
public const int SQLITE_E_CONSTRAINT_FUNCTION = -2018573293
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_NOTNULL
SQLITE_CONSTRAINT_NOTNULL
Declaration
public const int SQLITE_E_CONSTRAINT_NOTNULL = -2018573037
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_PRIMARYKEY
SQLITE_CONSTRAINT_PRIMARYKEY
Declaration
public const int SQLITE_E_CONSTRAINT_PRIMARYKEY = -2018572781
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_ROWID
Declaration
public const int SQLITE_E_CONSTRAINT_ROWID = -2018571757
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_TRIGGER
SQLITE_CONSTRAINT_TRIGGER
Declaration
public const int SQLITE_E_CONSTRAINT_TRIGGER = -2018572525
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_UNIQUE
Declaration
public const int SQLITE_E_CONSTRAINT_UNIQUE = -2018572269
Field Value
|
Improve this Doc
View Source
SQLITE_E_CONSTRAINT_VTAB
Declaration
public const int SQLITE_E_CONSTRAINT_VTAB = -2018572013
Field Value
|
Improve this Doc
View Source
SQLITE_E_CORRUPT
The database disk image is malformed
Declaration
public const int SQLITE_E_CORRUPT = -2018574325
Field Value
|
Improve this Doc
View Source
SQLITE_E_CORRUPT_VTAB
Declaration
public const int SQLITE_E_CORRUPT_VTAB = -2018574069
Field Value
|
Improve this Doc
View Source
SQLITE_E_DONE
sqlite3_step() has finished executing
Declaration
public const int SQLITE_E_DONE = -2018574235
Field Value
|
Improve this Doc
View Source
SQLITE_E_EMPTY
Declaration
public const int SQLITE_E_EMPTY = -2018574320
Field Value
|
Improve this Doc
View Source
SQLITE_E_ERROR
SQL error or missing database
Declaration
public const int SQLITE_E_ERROR = -2018574335
Field Value
|
Improve this Doc
View Source
Auxiliary database format error
Declaration
public const int SQLITE_E_FORMAT = -2018574312
Field Value
|
Improve this Doc
View Source
SQLITE_E_FULL
Insertion failed because database is full
Declaration
public const int SQLITE_E_FULL = -2018574323
Field Value
|
Improve this Doc
View Source
SQLITE_E_INTERNAL
Internal logic error in SQLite
Declaration
public const int SQLITE_E_INTERNAL = -2018574334
Field Value
|
Improve this Doc
View Source
SQLITE_E_INTERRUPT
Operation terminated by sqlite3_interrupt()
Declaration
public const int SQLITE_E_INTERRUPT = -2018574327
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR
Some kind of disk I/O error occurred
Declaration
public const int SQLITE_E_IOERR = -2018574326
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_ACCESS
Declaration
public const int SQLITE_E_IOERR_ACCESS = -2018570998
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_AUTH
Declaration
public const int SQLITE_E_IOERR_AUTH = -2018567677
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_BLOCKED
Declaration
public const int SQLITE_E_IOERR_BLOCKED = -2018571510
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_CHECKRESERVEDLOCK
SQLITE_IOERR_CHECKRESERVEDLOCK
Declaration
public const int SQLITE_E_IOERR_CHECKRESERVEDLOCK = -2018570742
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_CLOSE
Declaration
public const int SQLITE_E_IOERR_CLOSE = -2018570230
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_CONVPATH
Declaration
public const int SQLITE_E_IOERR_CONVPATH = -2018567670
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_DELETE
Declaration
public const int SQLITE_E_IOERR_DELETE = -2018571766
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_DELETE_NOENT
SQLITE_IOERR_DELETE_NOENT
Declaration
public const int SQLITE_E_IOERR_DELETE_NOENT = -2018568438
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_DIR_CLOSE
Declaration
public const int SQLITE_E_IOERR_DIR_CLOSE = -2018569974
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_DIR_FSYNC
Declaration
public const int SQLITE_E_IOERR_DIR_FSYNC = -2018573046
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_FSTAT
Declaration
public const int SQLITE_E_IOERR_FSTAT = -2018572534
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_FSYNC
Declaration
public const int SQLITE_E_IOERR_FSYNC = -2018573302
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_GETTEMPPATH
Declaration
public const int SQLITE_E_IOERR_GETTEMPPATH = -2018567926
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_LOCK
Declaration
public const int SQLITE_E_IOERR_LOCK = -2018570486
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_MMAP
Declaration
public const int SQLITE_E_IOERR_MMAP = -2018568182
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_NOMEM
Declaration
public const int SQLITE_E_IOERR_NOMEM = -2018571254
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_RDLOCK
Declaration
public const int SQLITE_E_IOERR_RDLOCK = -2018572022
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_READ
Declaration
public const int SQLITE_E_IOERR_READ = -2018574070
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_SEEK
Declaration
public const int SQLITE_E_IOERR_SEEK = -2018568694
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_SHMLOCK
Declaration
public const int SQLITE_E_IOERR_SHMLOCK = -2018569206
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_SHMMAP
Declaration
public const int SQLITE_E_IOERR_SHMMAP = -2018568950
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_SHMOPEN
Declaration
public const int SQLITE_E_IOERR_SHMOPEN = -2018569718
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_SHMSIZE
Declaration
public const int SQLITE_E_IOERR_SHMSIZE = -2018569462
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_SHORT_READ
Declaration
public const int SQLITE_E_IOERR_SHORT_READ = -2018573814
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_TRUNCATE
Declaration
public const int SQLITE_E_IOERR_TRUNCATE = -2018572790
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_UNLOCK
Declaration
public const int SQLITE_E_IOERR_UNLOCK = -2018572278
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_VNODE
Declaration
public const int SQLITE_E_IOERR_VNODE = -2018567678
Field Value
|
Improve this Doc
View Source
SQLITE_E_IOERR_WRITE
Declaration
public const int SQLITE_E_IOERR_WRITE = -2018573558
Field Value
|
Improve this Doc
View Source
SQLITE_E_LOCKED
A table in the database is locked
Declaration
public const int SQLITE_E_LOCKED = -2018574330
Field Value
|
Improve this Doc
View Source
SQLITE_E_LOCKED_SHAREDCACHE
SQLITE_LOCKED_SHAREDCACHE
Declaration
public const int SQLITE_E_LOCKED_SHAREDCACHE = -2018574074
Field Value
|
Improve this Doc
View Source
SQLITE_E_MISMATCH
Declaration
public const int SQLITE_E_MISMATCH = -2018574316
Field Value
|
Improve this Doc
View Source
SQLITE_E_MISUSE
Declaration
public const int SQLITE_E_MISUSE = -2018574315
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOLFS
Uses OS features not supported on host
Declaration
public const int SQLITE_E_NOLFS = -2018574314
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOMEM
Declaration
public const int SQLITE_E_NOMEM = -2018574329
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOTADB
File opened that is not a database file
Declaration
public const int SQLITE_E_NOTADB = -2018574310
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOTFOUND
Unknown opcode in sqlite3_file_control()
Declaration
public const int SQLITE_E_NOTFOUND = -2018574324
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOTICE
Notifications from sqlite3_log()
Declaration
public const int SQLITE_E_NOTICE = -2018574309
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOTICE_RECOVER_ROLLBACK
SQLITE_NOTICE_RECOVER_ROLLBACK
Declaration
public const int SQLITE_E_NOTICE_RECOVER_ROLLBACK = -2018573797
Field Value
|
Improve this Doc
View Source
SQLITE_E_NOTICE_RECOVER_WAL
SQLITE_NOTICE_RECOVER_WAL
Declaration
public const int SQLITE_E_NOTICE_RECOVER_WAL = -2018574053
Field Value
|
Improve this Doc
View Source
SQLITE_E_PERM
Declaration
public const int SQLITE_E_PERM = -2018574333
Field Value
|
Improve this Doc
View Source
SQLITE_E_PROTOCOL
Database lock protocol error
Declaration
public const int SQLITE_E_PROTOCOL = -2018574321
Field Value
|
Improve this Doc
View Source
SQLITE_E_RANGE
2nd parameter to sqlite3_bind out of range
Declaration
public const int SQLITE_E_RANGE = -2018574311
Field Value
|
Improve this Doc
View Source
SQLITE_E_READONLY
Attempt to write a readonly database
Declaration
public const int SQLITE_E_READONLY = -2018574328
Field Value
|
Improve this Doc
View Source
SQLITE_E_READONLY_CANTLOCK
Declaration
public const int SQLITE_E_READONLY_CANTLOCK = -2018573816
Field Value
|
Improve this Doc
View Source
SQLITE_E_READONLY_DBMOVED
Declaration
public const int SQLITE_E_READONLY_DBMOVED = -2018573304
Field Value
|
Improve this Doc
View Source
SQLITE_E_READONLY_RECOVERY
Declaration
public const int SQLITE_E_READONLY_RECOVERY = -2018574072
Field Value
|
Improve this Doc
View Source
SQLITE_E_READONLY_ROLLBACK
Declaration
public const int SQLITE_E_READONLY_ROLLBACK = -2018573560
Field Value
|
Improve this Doc
View Source
SQLITE_E_ROW
sqlite3_step() has another row ready
Declaration
public const int SQLITE_E_ROW = -2018574236
Field Value
|
Improve this Doc
View Source
SQLITE_E_SCHEMA
The database schema changed
Declaration
public const int SQLITE_E_SCHEMA = -2018574319
Field Value
|
Improve this Doc
View Source
SQLITE_E_TOOBIG
String or BLOB exceeds size limit
Declaration
public const int SQLITE_E_TOOBIG = -2018574318
Field Value
|
Improve this Doc
View Source
SQLITE_E_WARNING
Warnings from sqlite3_log()
Declaration
public const int SQLITE_E_WARNING = -2018574308
Field Value
|
Improve this Doc
View Source
SQLITE_E_WARNING_AUTOINDEX
Declaration
public const int SQLITE_E_WARNING_AUTOINDEX = -2018574052
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_BLOCKED
The request failed because the StateRepository is actively blocking requests.
Declaration
public const int STATEREPOSITORY_E_BLOCKED = -2140733434
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_BUSY_RECOVERY_RETRY
The database file is locked because another process is busy recovering the database. The request will be retried.
Declaration
public const int STATEREPOSITORY_E_BUSY_RECOVERY_RETRY = -2140733432
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED
The database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold.
Declaration
public const int STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED = -2140733427
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_BUSY_RETRY
The database file is locked. The request will be retried.
Declaration
public const int STATEREPOSITORY_E_BUSY_RETRY = -2140733433
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED
The database file is locked. The request has exceeded the allowed threshold.
Declaration
public const int STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED = -2140733428
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE
Optimistic locking failure. Data cannot be updated if it has changed since it was read.
Declaration
public const int STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE = -2140733439
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_CONFIGURATION_INVALID
The StateRepository configuration is not valid.
Declaration
public const int STATEREPOSITORY_E_CONFIGURATION_INVALID = -2140733437
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_LOCKED_RETRY
A table in the database is locked. The request will be retried.
Declaration
public const int STATEREPOSITORY_E_LOCKED_RETRY = -2140733431
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY
The shared cache for the database is locked by another connection. The request will be retried.
Declaration
public const int STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY = -2140733430
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED
The shared cache for the database is locked by another connection. The request has exceeded the allowed threshold.
Declaration
public const int STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED = -2140733425
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED
A table in the database is locked. The request has exceeded the allowed threshold.
Declaration
public const int STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED = -2140733426
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS
The StateRepository service Stop event is in progress.
Declaration
public const int STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS = -2140733424
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_STATEMENT_INPROGRESS
A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits.
Declaration
public const int STATEREPOSITORY_E_STATEMENT_INPROGRESS = -2140733438
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_TRANSACTION_REQUIRED
A transaction is required to perform the request operation.
Declaration
public const int STATEREPOSITORY_E_TRANSACTION_REQUIRED = -2140733429
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION
The StateRepository schema version is not known.
Declaration
public const int STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION = -2140733436
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_ERROR_CACHE_CORRUPTED
The StateRepository cache is not valid.
Declaration
public const int STATEREPOSITORY_ERROR_CACHE_CORRUPTED = -2140733422
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED
A StateRepository dictionary is not valid.
Declaration
public const int STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED = -2140733435
Field Value
|
Improve this Doc
View Source
STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED
The transaction caller id has changed.
Declaration
public const int STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED = 6750227
Field Value
|
Improve this Doc
View Source
STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED
Nested transactions are not supported.
Declaration
public const int STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED = -2140733423
Field Value
|
Improve this Doc
View Source
STG_E_ABNORMALAPIEXIT
An API call exited abnormally.
Declaration
public const int STG_E_ABNORMALAPIEXIT = -2147286790
Field Value
|
Improve this Doc
View Source
STG_E_ACCESSDENIED
Declaration
public const int STG_E_ACCESSDENIED = -2147287035
Field Value
|
Improve this Doc
View Source
STG_E_BADBASEADDRESS
OLE32.DLL has been loaded at the wrong address.
Declaration
public const int STG_E_BADBASEADDRESS = -2147286768
Field Value
|
Improve this Doc
View Source
STG_E_CANTSAVE
Declaration
public const int STG_E_CANTSAVE = -2147286781
Field Value
|
Improve this Doc
View Source
STG_E_CSS_AUTHENTICATION_FAILURE
Copy Protection Error - DVD CSS Authentication failed.
Declaration
public const int STG_E_CSS_AUTHENTICATION_FAILURE = -2147286266
Field Value
|
Improve this Doc
View Source
STG_E_CSS_KEY_NOT_ESTABLISHED
Copy Protection Error - DVD session key not established.
Declaration
public const int STG_E_CSS_KEY_NOT_ESTABLISHED = -2147286264
Field Value
|
Improve this Doc
View Source
STG_E_CSS_KEY_NOT_PRESENT
Copy Protection Error - The given sector does not have a valid CSS key.
Declaration
public const int STG_E_CSS_KEY_NOT_PRESENT = -2147286265
Field Value
|
Improve this Doc
View Source
STG_E_CSS_REGION_MISMATCH
Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive.
Declaration
public const int STG_E_CSS_REGION_MISMATCH = -2147286262
Field Value
|
Improve this Doc
View Source
STG_E_CSS_SCRAMBLED_SECTOR
Copy Protection Error - The read failed because the sector is encrypted.
Declaration
public const int STG_E_CSS_SCRAMBLED_SECTOR = -2147286263
Field Value
|
Improve this Doc
View Source
STG_E_DEVICE_UNRESPONSIVE
The storage device is unresponsive.
Declaration
public const int STG_E_DEVICE_UNRESPONSIVE = -2147286518
Field Value
|
Improve this Doc
View Source
STG_E_DISKISWRITEPROTECTED
Declaration
public const int STG_E_DISKISWRITEPROTECTED = -2147287021
Field Value
|
Improve this Doc
View Source
STG_E_DOCFILECORRUPT
The docfile has been corrupted.
Declaration
public const int STG_E_DOCFILECORRUPT = -2147286775
Field Value
|
Improve this Doc
View Source
The compound file is too large for the current implementation
Declaration
public const int STG_E_DOCFILETOOLARGE = -2147286767
Field Value
|
Improve this Doc
View Source
STG_E_EXTANTMARSHALLINGS
Illegal operation called on object with extant marshallings.
Declaration
public const int STG_E_EXTANTMARSHALLINGS = -2147286776
Field Value
|
Improve this Doc
View Source
STG_E_FILEALREADYEXISTS
Declaration
public const int STG_E_FILEALREADYEXISTS = -2147286960
Field Value
|
Improve this Doc
View Source
STG_E_FILENOTFOUND
Declaration
public const int STG_E_FILENOTFOUND = -2147287038
Field Value
|
Improve this Doc
View Source
STG_E_FIRMWARE_IMAGE_INVALID
The specified firmware image is invalid.
Declaration
public const int STG_E_FIRMWARE_IMAGE_INVALID = -2147286519
Field Value
|
Improve this Doc
View Source
STG_E_FIRMWARE_SLOT_INVALID
The specified firmware slot is invalid.
Declaration
public const int STG_E_FIRMWARE_SLOT_INVALID = -2147286520
Field Value
|
Improve this Doc
View Source
STG_E_INCOMPLETE
The file download was aborted abnormally. The file is incomplete.
Declaration
public const int STG_E_INCOMPLETE = -2147286527
Field Value
|
Improve this Doc
View Source
STG_E_INSUFFICIENTMEMORY
There is insufficient memory available to complete operation.
Declaration
public const int STG_E_INSUFFICIENTMEMORY = -2147287032
Field Value
|
Improve this Doc
View Source
STG_E_INUSE
Attempted to use an object that is busy.
Declaration
public const int STG_E_INUSE = -2147286784
Field Value
|
Improve this Doc
View Source
STG_E_INVALIDFLAG
Declaration
public const int STG_E_INVALIDFLAG = -2147286785
Field Value
|
Improve this Doc
View Source
STG_E_INVALIDFUNCTION
Unable to perform requested operation.
Declaration
public const int STG_E_INVALIDFUNCTION = -2147287039
Field Value
|
Improve this Doc
View Source
STG_E_INVALIDHANDLE
Attempted an operation on an invalid object.
Declaration
public const int STG_E_INVALIDHANDLE = -2147287034
Field Value
|
Improve this Doc
View Source
The file %1 is not a valid compound file.
Declaration
public const int STG_E_INVALIDHEADER = -2147286789
Field Value
|
Improve this Doc
View Source
STG_E_INVALIDNAME
The name %1 is not valid.
Declaration
public const int STG_E_INVALIDNAME = -2147286788
Field Value
|
Improve this Doc
View Source
STG_E_INVALIDPARAMETER
Declaration
public const int STG_E_INVALIDPARAMETER = -2147286953
Field Value
|
Improve this Doc
View Source
STG_E_INVALIDPOINTER
Declaration
public const int STG_E_INVALIDPOINTER = -2147287031
Field Value
|
Improve this Doc
View Source
STG_E_LOCKVIOLATION
A lock violation has occurred.
Declaration
public const int STG_E_LOCKVIOLATION = -2147287007
Field Value
|
Improve this Doc
View Source
STG_E_MEDIUMFULL
There is insufficient disk space to complete operation.
Declaration
public const int STG_E_MEDIUMFULL = -2147286928
Field Value
|
Improve this Doc
View Source
STG_E_NOMOREFILES
There are no more entries to return.
Declaration
public const int STG_E_NOMOREFILES = -2147287022
Field Value
|
Improve this Doc
View Source
STG_E_NOTCURRENT
The storage has been changed since the last commit.
Declaration
public const int STG_E_NOTCURRENT = -2147286783
Field Value
|
Improve this Doc
View Source
STG_E_NOTFILEBASEDSTORAGE
Illegal operation called on non-file based storage.
Declaration
public const int STG_E_NOTFILEBASEDSTORAGE = -2147286777
Field Value
|
Improve this Doc
View Source
The compound file was not created with the STGM_SIMPLE flag
Declaration
public const int STG_E_NOTSIMPLEFORMAT = -2147286766
Field Value
|
Improve this Doc
View Source
STG_E_OLDDLL
The compound file %1 was produced with a newer version of storage.
Declaration
public const int STG_E_OLDDLL = -2147286779
Field Value
|
Improve this Doc
View Source
The compound file %1 was produced with an incompatible version of storage.
Declaration
public const int STG_E_OLDFORMAT = -2147286780
Field Value
|
Improve this Doc
View Source
STG_E_PATHNOTFOUND
The path %1 could not be found.
Declaration
public const int STG_E_PATHNOTFOUND = -2147287037
Field Value
|
Improve this Doc
View Source
STG_E_PROPSETMISMATCHED
Illegal write of non-simple property to simple property set.
Declaration
public const int STG_E_PROPSETMISMATCHED = -2147286800
Field Value
|
Improve this Doc
View Source
STG_E_READFAULT
A disk error occurred during a read operation.
Declaration
public const int STG_E_READFAULT = -2147287010
Field Value
|
Improve this Doc
View Source
STG_E_RESETS_EXHAUSTED
Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted.
Declaration
public const int STG_E_RESETS_EXHAUSTED = -2147286261
Field Value
|
Improve this Doc
View Source
STG_E_REVERTED
Attempted to use an object that has ceased to exist.
Declaration
public const int STG_E_REVERTED = -2147286782
Field Value
|
Improve this Doc
View Source
STG_E_SEEKERROR
An error occurred during a seek operation.
Declaration
public const int STG_E_SEEKERROR = -2147287015
Field Value
|
Improve this Doc
View Source
STG_E_SHAREREQUIRED
Share.exe or equivalent is required for operation.
Declaration
public const int STG_E_SHAREREQUIRED = -2147286778
Field Value
|
Improve this Doc
View Source
STG_E_SHAREVIOLATION
A share violation has occurred.
Declaration
public const int STG_E_SHAREVIOLATION = -2147287008
Field Value
|
Improve this Doc
View Source
STG_E_STATUS_COPY_PROTECTION_FAILURE
Generic Copy Protection Error.
Declaration
public const int STG_E_STATUS_COPY_PROTECTION_FAILURE = -2147286267
Field Value
|
Improve this Doc
View Source
STG_E_TERMINATED
The file download has been terminated.
Declaration
public const int STG_E_TERMINATED = -2147286526
Field Value
|
Improve this Doc
View Source
STG_E_TOOMANYOPENFILES
There are insufficient resources to open another file.
Declaration
public const int STG_E_TOOMANYOPENFILES = -2147287036
Field Value
|
Improve this Doc
View Source
STG_E_UNIMPLEMENTEDFUNCTION
That function is not implemented.
Declaration
public const int STG_E_UNIMPLEMENTEDFUNCTION = -2147286786
Field Value
|
Improve this Doc
View Source
STG_E_UNKNOWN
An unexpected error occurred.
Declaration
public const int STG_E_UNKNOWN = -2147286787
Field Value
|
Improve this Doc
View Source
STG_E_WRITEFAULT
A disk error occurred during a write operation.
Declaration
public const int STG_E_WRITEFAULT = -2147287011
Field Value
|
Improve this Doc
View Source
STG_S_BLOCK
The storage operation should block until more data is available.
Declaration
public const int STG_S_BLOCK = 197121
Field Value
|
Improve this Doc
View Source
STG_S_CANNOTCONSOLIDATE
Consolidation of the storage file is inappropriate. (commit succeeded).
Declaration
public const int STG_S_CANNOTCONSOLIDATE = 197126
Field Value
|
Improve this Doc
View Source
STG_S_CONSOLIDATIONFAILED
Consolidation of the storage file failed. (commit succeeded).
Declaration
public const int STG_S_CONSOLIDATIONFAILED = 197125
Field Value
|
Improve this Doc
View Source
STG_S_CONVERTED
The underlying file was converted to compound file format.
Declaration
public const int STG_S_CONVERTED = 197120
Field Value
|
Improve this Doc
View Source
STG_S_MONITORING
The notified event sink will not influence the storage operation.
Declaration
public const int STG_S_MONITORING = 197123
Field Value
|
Improve this Doc
View Source
STG_S_MULTIPLEOPENS
Multiple opens prevent consolidated. (commit succeeded).
Declaration
public const int STG_S_MULTIPLEOPENS = 197124
Field Value
|
Improve this Doc
View Source
STG_S_POWER_CYCLE_REQUIRED
The device needs to be power cycled. (commit succeeded).
Declaration
public const int STG_S_POWER_CYCLE_REQUIRED = 197127
Field Value
|
Improve this Doc
View Source
STG_S_RETRYNOW
The storage operation should retry immediately.
Declaration
public const int STG_S_RETRYNOW = 197122
Field Value
|
Improve this Doc
View Source
TBS_E_ACCESS_DENIED
The caller does not have the appropriate rights to perform the requested operation.
Declaration
public const int TBS_E_ACCESS_DENIED = -2144845806
Field Value
|
Improve this Doc
View Source
TBS_E_BAD_PARAMETER
One or more input parameters is bad.
Declaration
public const int TBS_E_BAD_PARAMETER = -2144845822
Field Value
|
Improve this Doc
View Source
TBS_E_BUFFER_TOO_LARGE
The input or output buffer is too large.
Declaration
public const int TBS_E_BUFFER_TOO_LARGE = -2144845810
Field Value
|
Improve this Doc
View Source
TBS_E_COMMAND_CANCELED
The command was canceled.
Declaration
public const int TBS_E_COMMAND_CANCELED = -2144845811
Field Value
|
Improve this Doc
View Source
TBS_E_INSUFFICIENT_BUFFER
A specified output buffer is too small.
Declaration
public const int TBS_E_INSUFFICIENT_BUFFER = -2144845819
Field Value
|
Improve this Doc
View Source
TBS_E_INTERNAL_ERROR
An internal error has occurred within the Trusted Platform Module support program.
Declaration
public const int TBS_E_INTERNAL_ERROR = -2144845823
Field Value
|
Improve this Doc
View Source
TBS_E_INVALID_CONTEXT
The specified context handle does not refer to a valid context.
Declaration
public const int TBS_E_INVALID_CONTEXT = -2144845820
Field Value
|
Improve this Doc
View Source
TBS_E_INVALID_CONTEXT_PARAM
One or more context parameters is invalid.
Declaration
public const int TBS_E_INVALID_CONTEXT_PARAM = -2144845817
Field Value
|
Improve this Doc
View Source
TBS_E_INVALID_OUTPUT_POINTER
A specified output pointer is bad.
Declaration
public const int TBS_E_INVALID_OUTPUT_POINTER = -2144845821
Field Value
|
Improve this Doc
View Source
TBS_E_IOERROR
An error occurred while communicating with the TPM.
Declaration
public const int TBS_E_IOERROR = -2144845818
Field Value
|
Improve this Doc
View Source
TBS_E_NO_EVENT_LOG
No TCG event log is available.
Declaration
public const int TBS_E_NO_EVENT_LOG = -2144845807
Field Value
|
Improve this Doc
View Source
TBS_E_OWNERAUTH_NOT_FOUND
The requested TPM OwnerAuth value was not found.
Declaration
public const int TBS_E_OWNERAUTH_NOT_FOUND = -2144845803
Field Value
|
Improve this Doc
View Source
TBS_E_PPI_FUNCTION_UNSUPPORTED
The Physical Presence Interface of this firmware does not support the requested method.
Declaration
public const int TBS_E_PPI_FUNCTION_UNSUPPORTED = -2144845804
Field Value
|
Improve this Doc
View Source
TBS_E_PPI_NOT_SUPPORTED
The physical presence interface is not supported.
Declaration
public const int TBS_E_PPI_NOT_SUPPORTED = -2144845812
Field Value
|
Improve this Doc
View Source
TBS_E_PROVISIONING_INCOMPLETE
The TPM provisioning did not complete. For more information on completing the provisioning, call the Win32_Tpm WMI method for provisioning the TPM ('Provision') and check the returned Information.
Declaration
public const int TBS_E_PROVISIONING_INCOMPLETE = -2144845802
Field Value
|
Improve this Doc
View Source
TBS_E_PROVISIONING_NOT_ALLOWED
The TPM provisioning action is not allowed by the specified flags. For provisioning to be successful, one of several actions may be required. The TPM management console (tpm.msc) action to make the TPM Ready may help. For further information, see the documentation for the Win32_Tpm WMI method 'Provision'. (The actions that may be required include importing the TPM Owner Authorization value into the system, calling the Win32_Tpm WMI method for provisioning the TPM and specifying TRUE for either 'ForceClear_Allowed' or 'PhysicalPresencePrompts_Allowed' (as indicated by the value returned in the Additional Information), or enabling the TPM in the system BIOS.)
Declaration
public const int TBS_E_PROVISIONING_NOT_ALLOWED = -2144845805
Field Value
|
Improve this Doc
View Source
TBS_E_SERVICE_DISABLED
The TBS service has been disabled.
Declaration
public const int TBS_E_SERVICE_DISABLED = -2144845808
Field Value
|
Improve this Doc
View Source
TBS_E_SERVICE_NOT_RUNNING
The TBS service is not running and could not be started.
Declaration
public const int TBS_E_SERVICE_NOT_RUNNING = -2144845816
Field Value
|
Improve this Doc
View Source
TBS_E_SERVICE_START_PENDING
The TBS service has been started but is not yet running.
Declaration
public const int TBS_E_SERVICE_START_PENDING = -2144845813
Field Value
|
Improve this Doc
View Source
TBS_E_TOO_MANY_RESOURCES
A new virtual resource could not be created because there are too many open virtual resources.
Declaration
public const int TBS_E_TOO_MANY_RESOURCES = -2144845814
Field Value
|
Improve this Doc
View Source
TBS_E_TOO_MANY_TBS_CONTEXTS
A new context could not be created because there are too many open contexts.
Declaration
public const int TBS_E_TOO_MANY_TBS_CONTEXTS = -2144845815
Field Value
|
Improve this Doc
View Source
TBS_E_TPM_NOT_FOUND
A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer.
Declaration
public const int TBS_E_TPM_NOT_FOUND = -2144845809
Field Value
|
Improve this Doc
View Source
TBSIMP_E_BUFFER_TOO_SMALL
The specified buffer was too small.
Declaration
public const int TBSIMP_E_BUFFER_TOO_SMALL = -2144796160
Field Value
|
Improve this Doc
View Source
TBSIMP_E_CLEANUP_FAILED
The context could not be cleaned up.
Declaration
public const int TBSIMP_E_CLEANUP_FAILED = -2144796159
Field Value
|
Improve this Doc
View Source
TBSIMP_E_COMMAND_CANCELED
The command was canceled.
Declaration
public const int TBSIMP_E_COMMAND_CANCELED = -2144796149
Field Value
|
Improve this Doc
View Source
TBSIMP_E_COMMAND_FAILED
Declaration
public const int TBSIMP_E_COMMAND_FAILED = -2144796143
Field Value
|
Improve this Doc
View Source
TBSIMP_E_DUPLICATE_VHANDLE
The specified virtual handle matches a virtual handle already in use.
Declaration
public const int TBSIMP_E_DUPLICATE_VHANDLE = -2144796154
Field Value
|
Improve this Doc
View Source
TBSIMP_E_HASH_BAD_KEY
No entry with the specified key was found.
Declaration
public const int TBSIMP_E_HASH_BAD_KEY = -2144796155
Field Value
|
Improve this Doc
View Source
TBSIMP_E_HASH_TABLE_FULL
No new entries can be added to the hash table.
Declaration
public const int TBSIMP_E_HASH_TABLE_FULL = -2144796138
Field Value
|
Improve this Doc
View Source
TBSIMP_E_INVALID_CONTEXT_HANDLE
The specified context handle is invalid.
Declaration
public const int TBSIMP_E_INVALID_CONTEXT_HANDLE = -2144796158
Field Value
|
Improve this Doc
View Source
TBSIMP_E_INVALID_CONTEXT_PARAM
An invalid context parameter was specified.
Declaration
public const int TBSIMP_E_INVALID_CONTEXT_PARAM = -2144796157
Field Value
|
Improve this Doc
View Source
TBSIMP_E_INVALID_OUTPUT_POINTER
The pointer to the returned handle location was NULL or invalid
Declaration
public const int TBSIMP_E_INVALID_OUTPUT_POINTER = -2144796153
Field Value
|
Improve this Doc
View Source
TBSIMP_E_INVALID_PARAMETER
One or more parameters is invalid
Declaration
public const int TBSIMP_E_INVALID_PARAMETER = -2144796152
Field Value
|
Improve this Doc
View Source
TBSIMP_E_INVALID_RESOURCE
The resource type did not match.
Declaration
public const int TBSIMP_E_INVALID_RESOURCE = -2144796140
Field Value
|
Improve this Doc
View Source
TBSIMP_E_LIST_NO_MORE_ITEMS
The specified list is empty, or the iteration has reached the end of the list.
Declaration
public const int TBSIMP_E_LIST_NO_MORE_ITEMS = -2144796147
Field Value
|
Improve this Doc
View Source
TBSIMP_E_LIST_NOT_FOUND
The specified item was not found in the list.
Declaration
public const int TBSIMP_E_LIST_NOT_FOUND = -2144796146
Field Value
|
Improve this Doc
View Source
TBSIMP_E_NO_EVENT_LOG
No TCG event log is available.
Declaration
public const int TBSIMP_E_NO_EVENT_LOG = -2144796133
Field Value
|
Improve this Doc
View Source
TBSIMP_E_NOT_ENOUGH_SPACE
The TPM does not have enough space to load the requested resource.
Declaration
public const int TBSIMP_E_NOT_ENOUGH_SPACE = -2144796145
Field Value
|
Improve this Doc
View Source
TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS
There are too many TPM contexts in use.
Declaration
public const int TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS = -2144796144
Field Value
|
Improve this Doc
View Source
TBSIMP_E_NOTHING_TO_UNLOAD
No resources can be unloaded.
Declaration
public const int TBSIMP_E_NOTHING_TO_UNLOAD = -2144796139
Field Value
|
Improve this Doc
View Source
TBSIMP_E_OUT_OF_MEMORY
There was not enough memory to fulfill the request
Declaration
public const int TBSIMP_E_OUT_OF_MEMORY = -2144796148
Field Value
|
Improve this Doc
View Source
TBSIMP_E_PPI_NOT_SUPPORTED
The physical presence interface is not supported.
Declaration
public const int TBSIMP_E_PPI_NOT_SUPPORTED = -2144796135
Field Value
|
Improve this Doc
View Source
TBSIMP_E_RESOURCE_EXPIRED
The requested resource is no longer available.
Declaration
public const int TBSIMP_E_RESOURCE_EXPIRED = -2144796141
Field Value
|
Improve this Doc
View Source
TBSIMP_E_RPC_INIT_FAILED
The RPC subsystem could not be initialized.
Declaration
public const int TBSIMP_E_RPC_INIT_FAILED = -2144796151
Field Value
|
Improve this Doc
View Source
TBSIMP_E_SCHEDULER_NOT_RUNNING
The TBS scheduler is not running.
Declaration
public const int TBSIMP_E_SCHEDULER_NOT_RUNNING = -2144796150
Field Value
|
Improve this Doc
View Source
TBSIMP_E_TOO_MANY_RESOURCES
A new virtual resource could not be created because there are too many open virtual resources.
Declaration
public const int TBSIMP_E_TOO_MANY_RESOURCES = -2144796136
Field Value
|
Improve this Doc
View Source
TBSIMP_E_TOO_MANY_TBS_CONTEXTS
A new TBS context could not be created because there are too many open contexts.
Declaration
public const int TBSIMP_E_TOO_MANY_TBS_CONTEXTS = -2144796137
Field Value
|
Improve this Doc
View Source
TBSIMP_E_TPM_ERROR
An error occurred while communicating with the TPM
Declaration
public const int TBSIMP_E_TPM_ERROR = -2144796156
Field Value
|
Improve this Doc
View Source
TBSIMP_E_TPM_INCOMPATIBLE
TBS is not compatible with the version of TPM found on the system.
Declaration
public const int TBSIMP_E_TPM_INCOMPATIBLE = -2144796134
Field Value
|
Improve this Doc
View Source
TBSIMP_E_UNKNOWN_ORDINAL
The TBS does not recognize the specified ordinal.
Declaration
public const int TBSIMP_E_UNKNOWN_ORDINAL = -2144796142
Field Value
|
Improve this Doc
View Source
TPC_E_INITIALIZE_FAIL
TabletPC inking error code. Initialization failure
Declaration
public const int TPC_E_INITIALIZE_FAIL = -2147220957
Field Value
|
Improve this Doc
View Source
TPC_E_INVALID_CONFIGURATION
TabletPC inking error code. RtpEnabled called multiple times
Declaration
public const int TPC_E_INVALID_CONFIGURATION = -2147220935
Field Value
|
Improve this Doc
View Source
TPC_E_INVALID_DATA_FROM_RECOGNIZER
TabletPC inking error code. A recognizer returned invalid data
Declaration
public const int TPC_E_INVALID_DATA_FROM_RECOGNIZER = -2147220934
Field Value
|
Improve this Doc
View Source
TabletPC inking error code. An invalid input rectangle was specified
Declaration
public const int TPC_E_INVALID_INPUT_RECT = -2147220967
Field Value
|
Improve this Doc
View Source
TPC_E_INVALID_PACKET_DESCRIPTION
TabletPC inking error code. Invalid packet description
Declaration
public const int TPC_E_INVALID_PACKET_DESCRIPTION = -2147220941
Field Value
|
Improve this Doc
View Source
TPC_E_INVALID_PROPERTY
TabletPC inking error code. The property was not found, or supported by the recognizer
Declaration
public const int TPC_E_INVALID_PROPERTY = -2147220927
Field Value
|
Improve this Doc
View Source
TPC_E_INVALID_RIGHTS
TabletPC inking error code. User does not have the necessary rights to read recognizer information
Declaration
public const int TPC_E_INVALID_RIGHTS = -2147220938
Field Value
|
Improve this Doc
View Source
TPC_E_INVALID_STROKE
TabletPC inking error code. The stroke object was deleted
Declaration
public const int TPC_E_INVALID_STROKE = -2147220958
Field Value
|
Improve this Doc
View Source
TPC_E_NO_DEFAULT_TABLET
TabletPC inking error code. No default tablet
Declaration
public const int TPC_E_NO_DEFAULT_TABLET = -2147220974
Field Value
|
Improve this Doc
View Source
TPC_E_NOT_RELEVANT
TabletPC inking error code. The data required for the operation was not supplied
Declaration
public const int TPC_E_NOT_RELEVANT = -2147220942
Field Value
|
Improve this Doc
View Source
TPC_E_OUT_OF_ORDER_CALL
TabletPC inking error code. API calls were made in an incorrect order
Declaration
public const int TPC_E_OUT_OF_ORDER_CALL = -2147220937
Field Value
|
Improve this Doc
View Source
TPC_E_QUEUE_FULL
TabletPC inking error code. Queue is full
Declaration
public const int TPC_E_QUEUE_FULL = -2147220936
Field Value
|
Improve this Doc
View Source
TPC_E_RECOGNIZER_NOT_REGISTERED
TabletPC inking error code. There are no handwriting recognizers registered
Declaration
public const int TPC_E_RECOGNIZER_NOT_REGISTERED = -2147220939
Field Value
|
Improve this Doc
View Source
TPC_E_UNKNOWN_PROPERTY
TabletPC inking error code. Unknown property specified
Declaration
public const int TPC_E_UNKNOWN_PROPERTY = -2147220965
Field Value
|
Improve this Doc
View Source
TPC_S_INTERRUPTED
TabletPC inking error code. Recognition or training was interrupted
Declaration
public const int TPC_S_INTERRUPTED = 262739
Field Value
|
Improve this Doc
View Source
TPC_S_NO_DATA_TO_PROCESS
TabletPC inking error code. No personalization update to the recognizer because no training data found
Declaration
public const int TPC_S_NO_DATA_TO_PROCESS = 262740
Field Value
|
Improve this Doc
View Source
TPC_S_TRUNCATED
TabletPC inking error code. String was truncated
Declaration
public const int TPC_S_TRUNCATED = 262738
Field Value
|
Improve this Doc
View Source
TPM_20_E_ATTRIBUTES
TPM2.0 Inconsistent attributes.
Declaration
public const int TPM_20_E_ATTRIBUTES = -2144862078
Field Value
|
Improve this Doc
View Source
TPM_20_E_AUTH_CONTEXT
TPM2.0 Use of an authorization sessino with a context command or another command that cannot have an authorization session.
Declaration
public const int TPM_20_E_AUTH_CONTEXT = -2144861883
Field Value
|
Improve this Doc
View Source
TPM_20_E_AUTH_FAIL
TPM2.0 The authorization HMAC check failed and DA counter incremented.
Declaration
public const int TPM_20_E_AUTH_FAIL = -2144862066
Field Value
|
Improve this Doc
View Source
TPM_20_E_AUTH_MISSING
TPM2.0 Command requires an authorization session for handle and is not present.
Declaration
public const int TPM_20_E_AUTH_MISSING = -2144861915
Field Value
|
Improve this Doc
View Source
TPM_20_E_AUTH_TYPE
TPM2.0 Authorization handle is not correct for command.
Declaration
public const int TPM_20_E_AUTH_TYPE = -2144861916
Field Value
|
Improve this Doc
View Source
TPM_20_E_AUTH_UNAVAILABLE
TPM2.0 authValue or authPolicy is not available for selected entity.
Declaration
public const int TPM_20_E_AUTH_UNAVAILABLE = -2144861905
Field Value
|
Improve this Doc
View Source
TPM_20_E_AUTHSIZE
TPM2.0 The value of authorizationSize is out of range or the number of octets in the authorization Area is greater than required.
Declaration
public const int TPM_20_E_AUTHSIZE = -2144861884
Field Value
|
Improve this Doc
View Source
TPM_20_E_BAD_AUTH
TPM2.0 Authorization failure without DA implications.
Declaration
public const int TPM_20_E_BAD_AUTH = -2144862046
Field Value
|
Improve this Doc
View Source
TPM_20_E_BAD_CONTEXT
TPM2.0 Context in TPM2_ContextLoad() is not valid.
Declaration
public const int TPM_20_E_BAD_CONTEXT = -2144861872
Field Value
|
Improve this Doc
View Source
TPM_20_E_BINDING
TPM2.0 Public and sensitive portions of an object are not cryptographically bound.
Declaration
public const int TPM_20_E_BINDING = -2144862043
Field Value
|
Improve this Doc
View Source
TPM_20_E_CANCELED
TPM2.0 The command was canceled.
Declaration
public const int TPM_20_E_CANCELED = -2144859895
Field Value
|
Improve this Doc
View Source
TPM_20_E_COMMAND_CODE
TPM2.0 Command code not supported.
Declaration
public const int TPM_20_E_COMMAND_CODE = -2144861885
Field Value
|
Improve this Doc
View Source
TPM_20_E_COMMAND_SIZE
TPM2.0 TPM_RC_COMMAND_SIZE.
Declaration
public const int TPM_20_E_COMMAND_SIZE = -2144861886
Field Value
|
Improve this Doc
View Source
TPM_20_E_CONTEXT_GAP
TPM2.0 Gap for context ID is too large.
Declaration
public const int TPM_20_E_CONTEXT_GAP = -2144859903
Field Value
|
Improve this Doc
View Source
TPM_20_E_CPHASH
TPM2.0 chHash value already set or not correct for use.
Declaration
public const int TPM_20_E_CPHASH = -2144861871
Field Value
|
Improve this Doc
View Source
TPM_20_E_CURVE
TPM2.0 Curve not supported.
Declaration
public const int TPM_20_E_CURVE = -2144862042
Field Value
|
Improve this Doc
View Source
TPM_20_E_DISABLED
Declaration
public const int TPM_20_E_DISABLED = -2144861920
Field Value
|
Improve this Doc
View Source
TPM_20_E_ECC_POINT
TPM2.0 Point is not on the required curve.
Declaration
public const int TPM_20_E_ECC_POINT = -2144862041
Field Value
|
Improve this Doc
View Source
TPM_20_E_EXCLUSIVE
TPM2.0 Command failed because audit sequence required exclusivity.
Declaration
public const int TPM_20_E_EXCLUSIVE = -2144861919
Field Value
|
Improve this Doc
View Source
TPM_20_E_EXPIRED
TPM2.0 The policy has expired.
Declaration
public const int TPM_20_E_EXPIRED = -2144862045
Field Value
|
Improve this Doc
View Source
TPM_20_E_FAILURE
TPM2.0 Commands not being accepted because of a TPM failure.
Declaration
public const int TPM_20_E_FAILURE = -2144861951
Field Value
|
Improve this Doc
View Source
TPM_20_E_HANDLE
TPM2.0 The Handle is not correct for the use.
Declaration
public const int TPM_20_E_HANDLE = -2144862069
Field Value
|
Improve this Doc
View Source
TPM_20_E_HASH
TPM2.0 Hash algorithm not supported or not appropriate.
Declaration
public const int TPM_20_E_HASH = -2144862077
Field Value
|
Improve this Doc
View Source
TPM_20_E_HIERARCHY
TPM2.0 Hierarchy is not enabled or is not correct for the use.
Declaration
public const int TPM_20_E_HIERARCHY = -2144862075
Field Value
|
Improve this Doc
View Source
TPM_20_E_HMAC
Declaration
public const int TPM_20_E_HMAC = -2144861927
Field Value
|
Improve this Doc
View Source
TPM_20_E_INITIALIZE
TPM2.0 TPM not initialized.
Declaration
public const int TPM_20_E_INITIALIZE = -2144861952
Field Value
|
Improve this Doc
View Source
TPM_20_E_INSUFFICIENT
TPM2.0 The TPM was unable to unmarshal a value because there were not enough octets in the input buffer.
Declaration
public const int TPM_20_E_INSUFFICIENT = -2144862054
Field Value
|
Improve this Doc
View Source
TPM_20_E_INTEGRITY
TPM2.0 Integrity check failed.
Declaration
public const int TPM_20_E_INTEGRITY = -2144862049
Field Value
|
Improve this Doc
View Source
TPM_20_E_KDF
TPM2.0 Unsupported key derivation function or function not appropriate for use.
Declaration
public const int TPM_20_E_KDF = -2144862068
Field Value
|
Improve this Doc
View Source
TPM_20_E_KEY
TPM2.0 Key fields are not compatible with the selected use.
Declaration
public const int TPM_20_E_KEY = -2144862052
Field Value
|
Improve this Doc
View Source
TPM_20_E_KEY_SIZE
TPM2.0 Key size is not supported.
Declaration
public const int TPM_20_E_KEY_SIZE = -2144862073
Field Value
|
Improve this Doc
View Source
TPM_20_E_LOCALITY
Declaration
public const int TPM_20_E_LOCALITY = -2144859897
Field Value
|
Improve this Doc
View Source
TPM_20_E_LOCKOUT
TPM2.0 Authorization for objects subject to DA protection are not allowed at this time because the TPM is in DA lockout mode.
Declaration
public const int TPM_20_E_LOCKOUT = -2144859871
Field Value
|
Improve this Doc
View Source
TPM_20_E_MEMORY
TPM2.0 Out of shared object/session memory or need space for internal operations.
Declaration
public const int TPM_20_E_MEMORY = -2144859900
Field Value
|
Improve this Doc
View Source
TPM_20_E_MGF
TPM2.0 Mask generation function not supported.
Declaration
public const int TPM_20_E_MGF = -2144862072
Field Value
|
Improve this Doc
View Source
TPM_20_E_MODE
TPM2.0 Mode of operation not supported.
Declaration
public const int TPM_20_E_MODE = -2144862071
Field Value
|
Improve this Doc
View Source
TPM_20_E_NEEDS_TEST
TPM2.0 Some function needs testing.
Declaration
public const int TPM_20_E_NEEDS_TEST = -2144861869
Field Value
|
Improve this Doc
View Source
TPM_20_E_NO_RESULT
Declaration
public const int TPM_20_E_NO_RESULT = -2144861868
Field Value
|
Improve this Doc
View Source
TPM_20_E_NONCE
TPM2.0 Invalid nonce size.
Declaration
public const int TPM_20_E_NONCE = -2144862065
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_AUTHORIZATION
TPM2.0 NV access authorization fails in command actions
Declaration
public const int TPM_20_E_NV_AUTHORIZATION = -2144861879
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_DEFINED
TPM2.0 NV index or persistent object already defined.
Declaration
public const int TPM_20_E_NV_DEFINED = -2144861876
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_LOCKED
Declaration
public const int TPM_20_E_NV_LOCKED = -2144861880
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_RANGE
TPM2.0 NV offset+size is out of range.
Declaration
public const int TPM_20_E_NV_RANGE = -2144861882
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_RATE
TPM2.0 The TPM is rate-limiting accesses to prevent wearout of NV
Declaration
public const int TPM_20_E_NV_RATE = -2144859872
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_SIZE
TPM2.0 Requested allocation size is larger than allowed.
Declaration
public const int TPM_20_E_NV_SIZE = -2144861881
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_SPACE
TPM2.0 Insufficient space for NV allocation.
Declaration
public const int TPM_20_E_NV_SPACE = -2144861877
Field Value
|
Improve this Doc
View Source
TPM_20_E_NV_UNAVAILABLE
TPM2.0 the command may require writing of NV and NV is not current accessible.
Declaration
public const int TPM_20_E_NV_UNAVAILABLE = -2144859869
Field Value
|
Improve this Doc
View Source
TPM_20_E_OBJECT_HANDLES
TPM2.0 Out of object handles - the handle space for objects is depleted and a reboot is required.
Declaration
public const int TPM_20_E_OBJECT_HANDLES = -2144859898
Field Value
|
Improve this Doc
View Source
TPM_20_E_OBJECT_MEMORY
TPM2.0 Out of memory for object contexts.
Declaration
public const int TPM_20_E_OBJECT_MEMORY = -2144859902
Field Value
|
Improve this Doc
View Source
TPM_20_E_PARENT
TPM2.0 Handle for parent is not a valid parent.
Declaration
public const int TPM_20_E_PARENT = -2144861870
Field Value
|
Improve this Doc
View Source
TPM_20_E_PCR
Declaration
public const int TPM_20_E_PCR = -2144861913
Field Value
|
Improve this Doc
View Source
TPM_20_E_PCR_CHANGED
TPM2.0 PCR have changed since checked.
Declaration
public const int TPM_20_E_PCR_CHANGED = -2144861912
Field Value
|
Improve this Doc
View Source
TPM_20_E_POLICY
TPM2.0 Policy failure in Math Operation or an invalid authPolicy value.
Declaration
public const int TPM_20_E_POLICY = -2144861914
Field Value
|
Improve this Doc
View Source
TPM_20_E_POLICY_CC
TPM2.0 The command code in the policy is not the command code of the command or the command code in a policy command references a command that is not implemented.
Declaration
public const int TPM_20_E_POLICY_CC = -2144862044
Field Value
|
Improve this Doc
View Source
TPM_20_E_POLICY_FAIL
TPM2.0 A policy check failed.
Declaration
public const int TPM_20_E_POLICY_FAIL = -2144862051
Field Value
|
Improve this Doc
View Source
TPM_20_E_PP
TPM2.0 Authorization requires assertion of PP.
Declaration
public const int TPM_20_E_PP = -2144862064
Field Value
|
Improve this Doc
View Source
TPM_20_E_PRIVATE
TPM2.0 TPM_RC_PRIVATE error.
Declaration
public const int TPM_20_E_PRIVATE = -2144861941
Field Value
|
Improve this Doc
View Source
TPM_20_E_RANGE
TPM2.0 Value was out of allowed range.
Declaration
public const int TPM_20_E_RANGE = -2144862067
Field Value
|
Improve this Doc
View Source
TPM_20_E_REBOOT
TPM2.0 A _TPM_Init and Startup(CLEAR) is required before the TPM can resume operation.
Declaration
public const int TPM_20_E_REBOOT = -2144861904
Field Value
|
Improve this Doc
View Source
TPM_20_E_RESERVED_BITS
TPM2.0 Reserved bits not set to zero as required.
Declaration
public const int TPM_20_E_RESERVED_BITS = -2144862047
Field Value
|
Improve this Doc
View Source
TPM_20_E_RETRY
TPM2.0 The TPM was not able to start the command.
Declaration
public const int TPM_20_E_RETRY = -2144859870
Field Value
|
Improve this Doc
View Source
TPM_20_E_SCHEME
TPM2.0 Unsupported or incompatible scheme.
Declaration
public const int TPM_20_E_SCHEME = -2144862062
Field Value
|
Improve this Doc
View Source
TPM_20_E_SELECTOR
TPM2.0 Union selector is incorrect.
Declaration
public const int TPM_20_E_SELECTOR = -2144862056
Field Value
|
Improve this Doc
View Source
TPM_20_E_SENSITIVE
Declaration
public const int TPM_20_E_SENSITIVE = -2144861867
Field Value
|
Improve this Doc
View Source
TPM_20_E_SEQUENCE
TPM2.0 Improper use of a sequence handle.
Declaration
public const int TPM_20_E_SEQUENCE = -2144861949
Field Value
|
Improve this Doc
View Source
TPM_20_E_SESSION_HANDLES
TPM2.0 Out of session handles - a session must be flushed before a nes session may be created.
Declaration
public const int TPM_20_E_SESSION_HANDLES = -2144859899
Field Value
|
Improve this Doc
View Source
TPM_20_E_SESSION_MEMORY
TPM2.0 Out of memory for session contexts.
Declaration
public const int TPM_20_E_SESSION_MEMORY = -2144859901
Field Value
|
Improve this Doc
View Source
TPM_20_E_SIGNATURE
TPM2.0 The signature is not valid.
Declaration
public const int TPM_20_E_SIGNATURE = -2144862053
Field Value
|
Improve this Doc
View Source
TPM_20_E_SIZE
TPM2.0 Strucutre is wrong size.
Declaration
public const int TPM_20_E_SIZE = -2144862059
Field Value
|
Improve this Doc
View Source
TPM_20_E_SYMMETRIC
TPM2.0 Unsupported symmetric algorithm or key size, or not appropriate for instance.
Declaration
public const int TPM_20_E_SYMMETRIC = -2144862058
Field Value
|
Improve this Doc
View Source
TPM_20_E_TAG
TPM2.0 Incorrect strucutre tag.
Declaration
public const int TPM_20_E_TAG = -2144862057
Field Value
|
Improve this Doc
View Source
TPM_20_E_TESTING
TPM2.0 TPM is performing self-tests.
Declaration
public const int TPM_20_E_TESTING = -2144859894
Field Value
|
Improve this Doc
View Source
TPM_20_E_TICKET
Declaration
public const int TPM_20_E_TICKET = -2144862048
Field Value
|
Improve this Doc
View Source
TPM_20_E_TOO_MANY_CONTEXTS
TPM2.0 Context ID counter is at maximum.
Declaration
public const int TPM_20_E_TOO_MANY_CONTEXTS = -2144861906
Field Value
|
Improve this Doc
View Source
TPM_20_E_TYPE
TPM2.0 The type of the value is not appropriate for the use.
Declaration
public const int TPM_20_E_TYPE = -2144862070
Field Value
|
Improve this Doc
View Source
TPM_20_E_UNBALANCED
TPM2.0 The protection algorithms (hash and symmetric) are not reasonably balanced. The digest size of the hash must be larger than the key size of the symmetric algorithm.
Declaration
public const int TPM_20_E_UNBALANCED = -2144861903
Field Value
|
Improve this Doc
View Source
TPM_20_E_UNINITIALIZED
TPM2.0 An NV index is used before being initialized or the state saved by TPM2_Shutdown(STATE) could not be restored.
Declaration
public const int TPM_20_E_UNINITIALIZED = -2144861878
Field Value
|
Improve this Doc
View Source
TPM_20_E_UPGRADE
Declaration
public const int TPM_20_E_UPGRADE = -2144861907
Field Value
|
Improve this Doc
View Source
TPM_20_E_VALUE
TPM2.0 Value is out of range or is not correct for the context.
Declaration
public const int TPM_20_E_VALUE = -2144862076
Field Value
|
Improve this Doc
View Source
TPM_20_E_YIELDED
TPM2.0 The TPM has suspended operation on the command; forward progress was made and the command may be retried.
Declaration
public const int TPM_20_E_YIELDED = -2144859896
Field Value
|
Improve this Doc
View Source
TPM_E_AREA_LOCKED
The NV area is locked and not writtable.
Declaration
public const int TPM_E_AREA_LOCKED = -2144862148
Field Value
|
Improve this Doc
View Source
TPM_E_ASYMMETRIC
TPM2.0 Asymmetric algorithm not supported or not correct.
Declaration
public const int TPM_E_ASYMMETRIC = -2144862079
Field Value
|
Improve this Doc
View Source
TPM_E_ATTESTATION_CHALLENGE_NOT_SET
The TPM attestation challenge is not set.
Declaration
public const int TPM_E_ATTESTATION_CHALLENGE_NOT_SET = -2144795630
Field Value
|
Improve this Doc
View Source
TPM_E_AUDITFAIL_SUCCESSFUL
TPM audit construction failed and the underlying command was returning success.
Declaration
public const int TPM_E_AUDITFAIL_SUCCESSFUL = -2144862159
Field Value
|
Improve this Doc
View Source
TPM_E_AUDITFAIL_UNSUCCESSFUL
TPM audit construction failed and the underlying command was returning a failure code also.
Declaration
public const int TPM_E_AUDITFAIL_UNSUCCESSFUL = -2144862160
Field Value
|
Improve this Doc
View Source
TPM_E_AUDITFAILURE
An operation completed successfully but the auditing of that operation failed.
Declaration
public const int TPM_E_AUDITFAILURE = -2144862204
Field Value
|
Improve this Doc
View Source
TPM_E_AUTH_CONFLICT
NV_LoadKey blob requires both owner and blob authorization.
Declaration
public const int TPM_E_AUTH_CONFLICT = -2144862149
Field Value
|
Improve this Doc
View Source
TPM_E_AUTH2FAIL
The authorization for the second key in a 2 key function failed authorization.
Declaration
public const int TPM_E_AUTH2FAIL = -2144862179
Field Value
|
Improve this Doc
View Source
TPM_E_AUTHFAIL
Declaration
public const int TPM_E_AUTHFAIL = -2144862207
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_ATTRIBUTES
The NV area attributes conflict.
Declaration
public const int TPM_E_BAD_ATTRIBUTES = -2144862142
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_COUNTER
The counter handle is incorrect.
Declaration
public const int TPM_E_BAD_COUNTER = -2144862139
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_DATASIZE
The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
Declaration
public const int TPM_E_BAD_DATASIZE = -2144862165
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_DELEGATE
Delegation is not correct.
Declaration
public const int TPM_E_BAD_DELEGATE = -2144862119
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_HANDLE
Declaration
public const int TPM_E_BAD_HANDLE = -2144862120
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_KEY_PROPERTY
The key properties in TPM_KEY_PARMs are not supported by this TPM.
Declaration
public const int TPM_E_BAD_KEY_PROPERTY = -2144862168
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_LOCALITY
The locality is incorrect for the attempted operation.
Declaration
public const int TPM_E_BAD_LOCALITY = -2144862147
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_MIGRATION
The migration properties of this key are incorrect.
Declaration
public const int TPM_E_BAD_MIGRATION = -2144862167
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_MODE
A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.
Declaration
public const int TPM_E_BAD_MODE = -2144862164
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_ORDINAL
The ordinal was unknown or inconsistent.
Declaration
public const int TPM_E_BAD_ORDINAL = -2144862198
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_PARAM_SIZE
The paramSize argument to the command has the incorrect value .
Declaration
public const int TPM_E_BAD_PARAM_SIZE = -2144862183
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_PARAMETER
One or more parameter is bad.
Declaration
public const int TPM_E_BAD_PARAMETER = -2144862205
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_PRESENCE
Either the physicalPresence or physicalPresenceLock bits have the wrong value.
Declaration
public const int TPM_E_BAD_PRESENCE = -2144862163
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_SCHEME
The signature or encryption scheme for this key is incorrect or not permitted in this situation.
Declaration
public const int TPM_E_BAD_SCHEME = -2144862166
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_SIGNATURE
Bad signature of CMK ticket.
Declaration
public const int TPM_E_BAD_SIGNATURE = -2144862110
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_TYPE
Make identity blob not properly typed.
Declaration
public const int TPM_E_BAD_TYPE = -2144862156
Field Value
|
Improve this Doc
View Source
TPM_E_BAD_VERSION
The TPM cannot perform this version of the capability.
Declaration
public const int TPM_E_BAD_VERSION = -2144862162
Field Value
|
Improve this Doc
View Source
TPM_E_BADCONTEXT
The context blob is invalid.
Declaration
public const int TPM_E_BADCONTEXT = -2144862118
Field Value
|
Improve this Doc
View Source
TPM_E_BADINDEX
The index to a PCR, DIR or other register is incorrect.
Declaration
public const int TPM_E_BADINDEX = -2144862206
Field Value
|
Improve this Doc
View Source
TPM_E_BADTAG
The tag value sent to for a command is invalid.
Declaration
public const int TPM_E_BADTAG = -2144862178
Field Value
|
Improve this Doc
View Source
TPM_E_BUFFER_LENGTH_MISMATCH
The buffer lengths do not match.
Declaration
public const int TPM_E_BUFFER_LENGTH_MISMATCH = -2144795618
Field Value
|
Improve this Doc
View Source
TPM_E_CLAIM_TYPE_NOT_SUPPORTED
The claim type requested is not supported.
Declaration
public const int TPM_E_CLAIM_TYPE_NOT_SUPPORTED = -2144795620
Field Value
|
Improve this Doc
View Source
TPM_E_CLEAR_DISABLED
The clear disable flag is set and all clear operations now require physical access.
Declaration
public const int TPM_E_CLEAR_DISABLED = -2144862203
Field Value
|
Improve this Doc
View Source
TPM_E_COMMAND_BLOCKED
Declaration
public const int TPM_E_COMMAND_BLOCKED = -2144861184
Field Value
|
Improve this Doc
View Source
TPM_E_CONTEXT_GAP
The gap between saved context counts is too large.
Declaration
public const int TPM_E_CONTEXT_GAP = -2144862137
Field Value
|
Improve this Doc
View Source
The consistency check on DAA parameter inputData0 has failed.
Declaration
public const int TPM_E_DAA_INPUT_DATA0 = -2144862127
Field Value
|
Improve this Doc
View Source
The consistency check on DAA parameter inputData1 has failed.
Declaration
public const int TPM_E_DAA_INPUT_DATA1 = -2144862126
Field Value
|
Improve this Doc
View Source
TPM_E_DAA_ISSUER_SETTINGS
The consistency check on DAA_issuerSettings has failed.
Declaration
public const int TPM_E_DAA_ISSUER_SETTINGS = -2144862125
Field Value
|
Improve this Doc
View Source
TPM_E_DAA_ISSUER_VALIDITY
The issuer's validity check has detected an inconsistency.
Declaration
public const int TPM_E_DAA_ISSUER_VALIDITY = -2144862122
Field Value
|
Improve this Doc
View Source
TPM_E_DAA_RESOURCES
The DAA command has no resources availble to execute the command.
Declaration
public const int TPM_E_DAA_RESOURCES = -2144862128
Field Value
|
Improve this Doc
View Source
TPM_E_DAA_STAGE
The atomic process indicated by the submitted DAA command is not the expected process.
Declaration
public const int TPM_E_DAA_STAGE = -2144862123
Field Value
|
Improve this Doc
View Source
TPM_E_DAA_TPM_SETTINGS
The consistency check on DAA_tpmSpecific has failed.
Declaration
public const int TPM_E_DAA_TPM_SETTINGS = -2144862124
Field Value
|
Improve this Doc
View Source
TPM_E_DAA_WRONG_W
The consistency check on w has failed.
Declaration
public const int TPM_E_DAA_WRONG_W = -2144862121
Field Value
|
Improve this Doc
View Source
TPM_E_DEACTIVATED
Activate the Trusted Platform Module (TPM).
Declaration
public const int TPM_E_DEACTIVATED = -2144862202
Field Value
|
Improve this Doc
View Source
TPM_E_DECRYPT_ERROR
The decryption process did not complete.
Declaration
public const int TPM_E_DECRYPT_ERROR = -2144862175
Field Value
|
Improve this Doc
View Source
TPM_E_DEFEND_LOCK_RUNNING
The TPM is defending against dictionary attacks and is in a time-out period.
Declaration
public const int TPM_E_DEFEND_LOCK_RUNNING = -2144860157
Field Value
|
Improve this Doc
View Source
TPM_E_DELEGATE_ADMIN
Delegation table management not enabled.
Declaration
public const int TPM_E_DELEGATE_ADMIN = -2144862131
Field Value
|
Improve this Doc
View Source
TPM_E_DELEGATE_FAMILY
Attempt to manage a family other then the delegated family.
Declaration
public const int TPM_E_DELEGATE_FAMILY = -2144862132
Field Value
|
Improve this Doc
View Source
TPM_E_DELEGATE_LOCK
The delegate administration is locked.
Declaration
public const int TPM_E_DELEGATE_LOCK = -2144862133
Field Value
|
Improve this Doc
View Source
TPM_E_DISABLED
Enable the Trusted Platform Module (TPM).
Declaration
public const int TPM_E_DISABLED = -2144862201
Field Value
|
Improve this Doc
View Source
TPM_E_DISABLED_CMD
The target command has been disabled.
Declaration
public const int TPM_E_DISABLED_CMD = -2144862200
Field Value
|
Improve this Doc
View Source
TPM_E_DOING_SELFTEST
The TPM is currently executing a full selftest.
Declaration
public const int TPM_E_DOING_SELFTEST = -2144860158
Field Value
|
Improve this Doc
View Source
TPM_E_DUPLICATE_VHANDLE
The TPM returned a duplicate handle and the command needs to be resubmitted.
Declaration
public const int TPM_E_DUPLICATE_VHANDLE = -2144861182
Field Value
|
Improve this Doc
View Source
TPM_E_EMBEDDED_COMMAND_BLOCKED
The command within the transport was blocked.
Declaration
public const int TPM_E_EMBEDDED_COMMAND_BLOCKED = -2144861181
Field Value
|
Improve this Doc
View Source
TPM_E_EMBEDDED_COMMAND_UNSUPPORTED
The command within the transport is not supported.
Declaration
public const int TPM_E_EMBEDDED_COMMAND_UNSUPPORTED = -2144861180
Field Value
|
Improve this Doc
View Source
TPM_E_ENCRYPT_ERROR
The encryption process had a problem.
Declaration
public const int TPM_E_ENCRYPT_ERROR = -2144862176
Field Value
|
Improve this Doc
View Source
TPM_E_ERROR_MASK
This is an error mask to convert TPM hardware errors to win errors.
Declaration
public const int TPM_E_ERROR_MASK = -2144862208
Field Value
|
Improve this Doc
View Source
TPM_E_FAIL
Declaration
public const int TPM_E_FAIL = -2144862199
Field Value
|
Improve this Doc
View Source
TPM_E_FAILEDSELFTEST
The TPM hardware device reported a failure during its internal self test. Try restarting the computer to resolve the problem. If the problem continues, check for the latest BIOS or firmware update for your TPM hardware. Consult the computer manufacturer's documentation for instructions.
Declaration
public const int TPM_E_FAILEDSELFTEST = -2144862180
Field Value
|
Improve this Doc
View Source
TPM_E_FAMILYCOUNT
The family count value does not match.
Declaration
public const int TPM_E_FAMILYCOUNT = -2144862144
Field Value
|
Improve this Doc
View Source
TPM_E_INAPPROPRIATE_ENC
Unacceptable encryption scheme.
Declaration
public const int TPM_E_INAPPROPRIATE_ENC = -2144862194
Field Value
|
Improve this Doc
View Source
TPM_E_INAPPROPRIATE_SIG
Signed data cannot include additional DER information.
Declaration
public const int TPM_E_INAPPROPRIATE_SIG = -2144862169
Field Value
|
Improve this Doc
View Source
TPM_E_INSTALL_DISABLED
The ability to install an owner is disabled.
Declaration
public const int TPM_E_INSTALL_DISABLED = -2144862197
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_AUTHHANDLE
An invalid handle was used.
Declaration
public const int TPM_E_INVALID_AUTHHANDLE = -2144862174
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_FAMILY
The command is attempting to use an invalid family ID.
Declaration
public const int TPM_E_INVALID_FAMILY = -2144862153
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_HANDLE
The specified handle was not found.
Declaration
public const int TPM_E_INVALID_HANDLE = -2144861183
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_KEYHANDLE
The key handle cannot be interpreted.
Declaration
public const int TPM_E_INVALID_KEYHANDLE = -2144862196
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_KEYUSAGE
The usage of a key is not allowed.
Declaration
public const int TPM_E_INVALID_KEYUSAGE = -2144862172
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_PCR_INFO
PCR information could not be interpreted.
Declaration
public const int TPM_E_INVALID_PCR_INFO = -2144862192
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_POSTINIT
The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
Declaration
public const int TPM_E_INVALID_POSTINIT = -2144862170
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_RESOURCE
When saving context identified resource type does not match actual resource.
Declaration
public const int TPM_E_INVALID_RESOURCE = -2144862155
Field Value
|
Improve this Doc
View Source
TPM_E_INVALID_STRUCTURE
The structure tag and version are invalid or inconsistent.
Declaration
public const int TPM_E_INVALID_STRUCTURE = -2144862141
Field Value
|
Improve this Doc
View Source
TPM_E_IOERROR
An IO error occurred transmitting information to the TPM.
Declaration
public const int TPM_E_IOERROR = -2144862177
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_ALREADY_FINALIZED
The TPM key is already finalized.
Declaration
public const int TPM_E_KEY_ALREADY_FINALIZED = -2144795628
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_NOT_AUTHENTICATED
The TPM key is not authenticated.
Declaration
public const int TPM_E_KEY_NOT_AUTHENTICATED = -2144795624
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_NOT_FINALIZED
The TPM key is not yet finalized.
Declaration
public const int TPM_E_KEY_NOT_FINALIZED = -2144795631
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_NOT_LOADED
The TPM key is not loaded.
Declaration
public const int TPM_E_KEY_NOT_LOADED = -2144795633
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_NOT_SIGNING_KEY
The TPM key is not a signing key.
Declaration
public const int TPM_E_KEY_NOT_SIGNING_KEY = -2144795622
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_NOTSUPPORTED
Wrong operation to load an NV key.
Declaration
public const int TPM_E_KEY_NOTSUPPORTED = -2144862150
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_OWNER_CONTROL
The key is under control of the TPM Owner and can only be evicted by the TPM Owner.
Declaration
public const int TPM_E_KEY_OWNER_CONTROL = -2144862140
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_USAGE_POLICY_INVALID
The TPM key usage policy is invalid.
Declaration
public const int TPM_E_KEY_USAGE_POLICY_INVALID = -2144795626
Field Value
|
Improve this Doc
View Source
TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED
The TPM key usage policy is not supported.
Declaration
public const int TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED = -2144795627
Field Value
|
Improve this Doc
View Source
TPM_E_KEYNOTFOUND
The key handle points to an invalid key.
Declaration
public const int TPM_E_KEYNOTFOUND = -2144862195
Field Value
|
Improve this Doc
View Source
TPM_E_LOCKED_OUT
Declaration
public const int TPM_E_LOCKED_OUT = -2144795621
Field Value
|
Improve this Doc
View Source
TPM_E_MA_AUTHORITY
Incorrect migration authority.
Declaration
public const int TPM_E_MA_AUTHORITY = -2144862113
Field Value
|
Improve this Doc
View Source
TPM_E_MA_DESTINATION
Migration destination not authenticated.
Declaration
public const int TPM_E_MA_DESTINATION = -2144862115
Field Value
|
Improve this Doc
View Source
TPM_E_MA_SOURCE
Migration source incorrect.
Declaration
public const int TPM_E_MA_SOURCE = -2144862114
Field Value
|
Improve this Doc
View Source
TPM_E_MA_TICKET_SIGNATURE
Migration authority signature validation failure.
Declaration
public const int TPM_E_MA_TICKET_SIGNATURE = -2144862116
Field Value
|
Improve this Doc
View Source
TPM_E_MAXNVWRITES
The maximum number of NV writes without an owner has been exceeded.
Declaration
public const int TPM_E_MAXNVWRITES = -2144862136
Field Value
|
Improve this Doc
View Source
TPM_E_MIGRATEFAIL
Migration authorization failed.
Declaration
public const int TPM_E_MIGRATEFAIL = -2144862193
Field Value
|
Improve this Doc
View Source
TPM_E_NEEDS_SELFTEST
SelfTestFull has not been run.
Declaration
public const int TPM_E_NEEDS_SELFTEST = -2144860159
Field Value
|
Improve this Doc
View Source
TPM_E_NO_ENDORSEMENT
The TPM does not have an Endorsement Key (EK) installed.
Declaration
public const int TPM_E_NO_ENDORSEMENT = -2144862173
Field Value
|
Improve this Doc
View Source
TPM_E_NO_KEY_CERTIFICATION
The TPM key certification has not been generated.
Declaration
public const int TPM_E_NO_KEY_CERTIFICATION = -2144795632
Field Value
|
Improve this Doc
View Source
TPM_E_NO_NV_PERMISSION
The permission to manipulate the NV storage is not available.
Declaration
public const int TPM_E_NO_NV_PERMISSION = -2144862152
Field Value
|
Improve this Doc
View Source
TPM_E_NO_WRAP_TRANSPORT
The TPM does not allow for wrapped transport sessions.
Declaration
public const int TPM_E_NO_WRAP_TRANSPORT = -2144862161
Field Value
|
Improve this Doc
View Source
TPM_E_NOCONTEXTSPACE
There is no room in the context list for additional contexts.
Declaration
public const int TPM_E_NOCONTEXTSPACE = -2144862109
Field Value
|
Improve this Doc
View Source
TPM_E_NOOPERATOR
No operator AuthData value is set.
Declaration
public const int TPM_E_NOOPERATOR = -2144862135
Field Value
|
Improve this Doc
View Source
TPM_E_NOSPACE
Declaration
public const int TPM_E_NOSPACE = -2144862191
Field Value
|
Improve this Doc
View Source
TPM_E_NOSRK
There is no Storage Root Key (SRK) set.
Declaration
public const int TPM_E_NOSRK = -2144862190
Field Value
|
Improve this Doc
View Source
TPM_E_NOT_FULLWRITE
The write is not a complete write of the area.
Declaration
public const int TPM_E_NOT_FULLWRITE = -2144862138
Field Value
|
Improve this Doc
View Source
TPM_E_NOT_PCR_BOUND
The TPM PCR info is not available.
Declaration
public const int TPM_E_NOT_PCR_BOUND = -2144795629
Field Value
|
Improve this Doc
View Source
TPM_E_NOTFIPS
The TPM is attempting to execute a command only available when in FIPS mode.
Declaration
public const int TPM_E_NOTFIPS = -2144862154
Field Value
|
Improve this Doc
View Source
TPM_E_NOTLOCAL
Attempt to reset a PCR register that requires locality and locality modifier not part of command transport.
Declaration
public const int TPM_E_NOTLOCAL = -2144862157
Field Value
|
Improve this Doc
View Source
TPM_E_NOTRESETABLE
Attempt to reset a PCR register that does not have the resettable attribute.
Declaration
public const int TPM_E_NOTRESETABLE = -2144862158
Field Value
|
Improve this Doc
View Source
TPM_E_NOTSEALED_BLOB
An encrypted blob is invalid or was not created by this TPM.
Declaration
public const int TPM_E_NOTSEALED_BLOB = -2144862189
Field Value
|
Improve this Doc
View Source
TPM_E_OWNER_CONTROL
Attempt to context save a owner evict controlled key.
Declaration
public const int TPM_E_OWNER_CONTROL = -2144862129
Field Value
|
Improve this Doc
View Source
TPM_E_OWNER_SET
The Trusted Platform Module (TPM) already has an owner.
Declaration
public const int TPM_E_OWNER_SET = -2144862188
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_AUTHENTICATION_FAILED
The authorization to use a provider object has failed.
Declaration
public const int TPM_E_PCP_AUTHENTICATION_FAILED = -2144795640
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_AUTHENTICATION_IGNORED
The Platform Crypto Device has ignored the authorization for the provider object, to mitigate against a dictionary attack.
Declaration
public const int TPM_E_PCP_AUTHENTICATION_IGNORED = -2144795639
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_BUFFER_TOO_SMALL
The buffer is too small to contain all data. No information has been written to the buffer.
Declaration
public const int TPM_E_PCP_BUFFER_TOO_SMALL = -2144795642
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_DEVICE_NOT_READY
The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational.
Declaration
public const int TPM_E_PCP_DEVICE_NOT_READY = -2144795647
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_ERROR_MASK
This is an error mask to convert Platform Crypto Provider errors to win errors.
Declaration
public const int TPM_E_PCP_ERROR_MASK = -2144795648
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_FLAG_NOT_SUPPORTED
A provided flag to the Platform Crypto Provider is not supported.
Declaration
public const int TPM_E_PCP_FLAG_NOT_SUPPORTED = -2144795644
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED
The RSA key creation is blocked on this TPM due to known security vulnerabilities.
Declaration
public const int TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED = -2144795617
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_INTERNAL_ERROR
An unexpected internal error has occurred in the Platform Crypto Provider.
Declaration
public const int TPM_E_PCP_INTERNAL_ERROR = -2144795641
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_INVALID_HANDLE
The handle provided to the Platform Crypto Provider is invalid.
Declaration
public const int TPM_E_PCP_INVALID_HANDLE = -2144795646
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_INVALID_PARAMETER
A parameter provided to the Platform Crypto Provider is invalid.
Declaration
public const int TPM_E_PCP_INVALID_PARAMETER = -2144795645
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_KEY_NOT_AIK
The TPM key is not an AIK.
Declaration
public const int TPM_E_PCP_KEY_NOT_AIK = -2144795623
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_NOT_SUPPORTED
The requested operation is not supported by this Platform Crypto Provider.
Declaration
public const int TPM_E_PCP_NOT_SUPPORTED = -2144795643
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_POLICY_NOT_FOUND
The referenced policy was not found.
Declaration
public const int TPM_E_PCP_POLICY_NOT_FOUND = -2144795638
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_PROFILE_NOT_FOUND
The referenced profile was not found.
Declaration
public const int TPM_E_PCP_PROFILE_NOT_FOUND = -2144795637
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED
This key has a raw policy so the KSP can't authenticate against it.
Declaration
public const int TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED = -2144795615
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_TICKET_MISSING
A ticket required to use a key was not provided.
Declaration
public const int TPM_E_PCP_TICKET_MISSING = -2144795616
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_VALIDATION_FAILED
The validation was not succesful.
Declaration
public const int TPM_E_PCP_VALIDATION_FAILED = -2144795636
Field Value
|
Improve this Doc
View Source
TPM_E_PCP_WRONG_PARENT
An attempt was made to import or load a key under an incorrect storage parent.
Declaration
public const int TPM_E_PCP_WRONG_PARENT = -2144795634
Field Value
|
Improve this Doc
View Source
TPM_E_PER_NOWRITE
There is no protection on the write to the NV area.
Declaration
public const int TPM_E_PER_NOWRITE = -2144862145
Field Value
|
Improve this Doc
View Source
TPM_E_PERMANENTEK
Attempt to revoke the EK and the EK is not revocable.
Declaration
public const int TPM_E_PERMANENTEK = -2144862111
Field Value
|
Improve this Doc
View Source
TPM_E_PPI_ACPI_FAILURE
A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command.
Declaration
public const int TPM_E_PPI_ACPI_FAILURE = -2144795904
Field Value
|
Improve this Doc
View Source
TPM_E_PPI_BIOS_FAILURE
The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM).
Declaration
public const int TPM_E_PPI_BIOS_FAILURE = -2144795902
Field Value
|
Improve this Doc
View Source
TPM_E_PPI_BLOCKED_IN_BIOS
The Physical Presence command was blocked by current BIOS settings. The system owner may be able to reconfigure the BIOS settings to allow the command.
Declaration
public const int TPM_E_PPI_BLOCKED_IN_BIOS = -2144795900
Field Value
|
Improve this Doc
View Source
TPM_E_PPI_NOT_SUPPORTED
The BIOS does not support the physical presence interface.
Declaration
public const int TPM_E_PPI_NOT_SUPPORTED = -2144795901
Field Value
|
Improve this Doc
View Source
TPM_E_PPI_USER_ABORT
The user failed to confirm the TPM operation request.
Declaration
public const int TPM_E_PPI_USER_ABORT = -2144795903
Field Value
|
Improve this Doc
View Source
TPM_E_READ_ONLY
The NV area is read only and can't be written to.
Declaration
public const int TPM_E_READ_ONLY = -2144862146
Field Value
|
Improve this Doc
View Source
TPM_E_REQUIRES_SIGN
The operation requires a signed command.
Declaration
public const int TPM_E_REQUIRES_SIGN = -2144862151
Field Value
|
Improve this Doc
View Source
TPM_E_RESOURCEMISSING
The resource pointed to by context is not loaded.
Declaration
public const int TPM_E_RESOURCEMISSING = -2144862134
Field Value
|
Improve this Doc
View Source
TPM_E_RESOURCES
The TPM has insufficient internal resources to perform the requested action.
Declaration
public const int TPM_E_RESOURCES = -2144862187
Field Value
|
Improve this Doc
View Source
TPM_E_RETRY
The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
Declaration
public const int TPM_E_RETRY = -2144860160
Field Value
|
Improve this Doc
View Source
TPM_E_SHA_ERROR
The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
Declaration
public const int TPM_E_SHA_ERROR = -2144862181
Field Value
|
Improve this Doc
View Source
TPM_E_SHA_THREAD
There is no existing SHA-1 thread.
Declaration
public const int TPM_E_SHA_THREAD = -2144862182
Field Value
|
Improve this Doc
View Source
TPM_E_SHORTRANDOM
A random string was too short.
Declaration
public const int TPM_E_SHORTRANDOM = -2144862186
Field Value
|
Improve this Doc
View Source
TPM_E_SIZE
The TPM does not have the space to perform the operation.
Declaration
public const int TPM_E_SIZE = -2144862185
Field Value
|
Improve this Doc
View Source
TPM_E_SOFT_KEY_ERROR
There was a problem with the software key being imported into the TPM.
Declaration
public const int TPM_E_SOFT_KEY_ERROR = -2144795625
Field Value
|
Improve this Doc
View Source
TPM_E_TOOMANYCONTEXTS
Too many contexts held by the TPM.
Declaration
public const int TPM_E_TOOMANYCONTEXTS = -2144862117
Field Value
|
Improve this Doc
View Source
TPM_E_TRANSPORT_NOTEXCLUSIVE
There was a command executed outside of an exclusive transport session.
Declaration
public const int TPM_E_TRANSPORT_NOTEXCLUSIVE = -2144862130
Field Value
|
Improve this Doc
View Source
TPM_E_VERSION_NOT_SUPPORTED
TPM version is not supported.
Declaration
public const int TPM_E_VERSION_NOT_SUPPORTED = -2144795619
Field Value
|
Improve this Doc
View Source
TPM_E_WRITE_LOCKED
The NV area has already been written to.
Declaration
public const int TPM_E_WRITE_LOCKED = -2144862143
Field Value
|
Improve this Doc
View Source
TPM_E_WRONG_ENTITYTYPE
The submitted entity type is not allowed.
Declaration
public const int TPM_E_WRONG_ENTITYTYPE = -2144862171
Field Value
|
Improve this Doc
View Source
TPM_E_WRONGPCRVAL
The named PCR value does not match the current PCR value.
Declaration
public const int TPM_E_WRONGPCRVAL = -2144862184
Field Value
|
Improve this Doc
View Source
TPM_E_ZERO_EXHAUST_ENABLED
TPM related network operations are blocked as Zero Exhaust mode is enabled on client.
Declaration
public const int TPM_E_ZERO_EXHAUST_ENABLED = -2144795392
Field Value
|
Improve this Doc
View Source
TPMAPI_E_ACCESS_DENIED
The caller does not have the appropriate rights to perform the requested operation.
Declaration
public const int TPMAPI_E_ACCESS_DENIED = -2144796408
Field Value
|
Improve this Doc
View Source
TPMAPI_E_AUTHORIZATION_FAILED
The specified authorization information was invalid.
Declaration
public const int TPMAPI_E_AUTHORIZATION_FAILED = -2144796407
Field Value
|
Improve this Doc
View Source
TPMAPI_E_BUFFER_TOO_SMALL
The specified buffer was too small.
Declaration
public const int TPMAPI_E_BUFFER_TOO_SMALL = -2144796410
Field Value
|
Improve this Doc
View Source
TPMAPI_E_EMPTY_TCG_LOG
The TCG Event Log does not contain any data.
Declaration
public const int TPMAPI_E_EMPTY_TCG_LOG = -2144796390
Field Value
|
Improve this Doc
View Source
TPMAPI_E_ENCRYPTION_FAILED
The encryption operation failed.
Declaration
public const int TPMAPI_E_ENCRYPTION_FAILED = -2144796400
Field Value
|
Improve this Doc
View Source
TPMAPI_E_FIPS_RNG_CHECK_FAILED
The random number generated did not pass FIPS RNG check.
Declaration
public const int TPMAPI_E_FIPS_RNG_CHECK_FAILED = -2144796391
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INTERNAL_ERROR
An internal error was detected.
Declaration
public const int TPMAPI_E_INTERNAL_ERROR = -2144796409
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_CONTEXT_HANDLE
The specified context handle was not valid.
Declaration
public const int TPMAPI_E_INVALID_CONTEXT_HANDLE = -2144796406
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_CONTEXT_PARAMS
One or more of the specified context parameters was not valid.
Declaration
public const int TPMAPI_E_INVALID_CONTEXT_PARAMS = -2144796395
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_DELEGATE_BLOB
The data given does not appear to be a valid delegate blob.
Declaration
public const int TPMAPI_E_INVALID_DELEGATE_BLOB = -2144796396
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_ENCODING
The encoding in the blob was not recognized.
Declaration
public const int TPMAPI_E_INVALID_ENCODING = -2144796402
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_KEY_BLOB
The data given does not appear to be a valid key blob
Declaration
public const int TPMAPI_E_INVALID_KEY_BLOB = -2144796394
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_KEY_PARAMS
The key parameters structure was not valid
Declaration
public const int TPMAPI_E_INVALID_KEY_PARAMS = -2144796399
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_KEY_SIZE
The key size is not valid.
Declaration
public const int TPMAPI_E_INVALID_KEY_SIZE = -2144796401
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB
The requested supplied data does not appear to be a valid migration authorization blob.
Declaration
public const int TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB = -2144796398
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_OUTPUT_POINTER
One or more output parameters was NULL or invalid.
Declaration
public const int TPMAPI_E_INVALID_OUTPUT_POINTER = -2144796413
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_OWNER_AUTH
The format of the owner auth data was invalid.
Declaration
public const int TPMAPI_E_INVALID_OWNER_AUTH = -2144796392
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_PARAMETER
One or more input parameters is invalid.
Declaration
public const int TPMAPI_E_INVALID_PARAMETER = -2144796412
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_PCR_DATA
The specified PCR data was invalid.
Declaration
public const int TPMAPI_E_INVALID_PCR_DATA = -2144796393
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_PCR_INDEX
The specified PCR index was invalid
Declaration
public const int TPMAPI_E_INVALID_PCR_INDEX = -2144796397
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_STATE
The command buffer is not in the correct state.
Declaration
public const int TPMAPI_E_INVALID_STATE = -2144796416
Field Value
|
Improve this Doc
View Source
TPMAPI_E_INVALID_TCG_LOG_ENTRY
An entry in the TCG Event Log was invalid.
Declaration
public const int TPMAPI_E_INVALID_TCG_LOG_ENTRY = -2144796389
Field Value
|
Improve this Doc
View Source
TPMAPI_E_MESSAGE_TOO_LARGE
The message was too large for the encoding scheme.
Declaration
public const int TPMAPI_E_MESSAGE_TOO_LARGE = -2144796403
Field Value
|
Improve this Doc
View Source
TPMAPI_E_NOT_ENOUGH_DATA
The command buffer does not contain enough data to satisfy the request.
Declaration
public const int TPMAPI_E_NOT_ENOUGH_DATA = -2144796415
Field Value
|
Improve this Doc
View Source
TPMAPI_E_OUT_OF_MEMORY
Not enough memory was available to satisfy the request.
Declaration
public const int TPMAPI_E_OUT_OF_MEMORY = -2144796411
Field Value
|
Improve this Doc
View Source
TPMAPI_E_POLICY_DENIES_OPERATION
The requested operation was blocked by current TPM policy. Please contact your system administrator for assistance.
Declaration
public const int TPMAPI_E_POLICY_DENIES_OPERATION = -2144796386
Field Value
|
Improve this Doc
View Source
TPMAPI_E_TBS_COMMUNICATION_ERROR
An error occurred while communicating with the TBS.
Declaration
public const int TPMAPI_E_TBS_COMMUNICATION_ERROR = -2144796405
Field Value
|
Improve this Doc
View Source
TPMAPI_E_TCG_INVALID_DIGEST_ENTRY
A digest value in a TCG Log entry did not match hashed data.
Declaration
public const int TPMAPI_E_TCG_INVALID_DIGEST_ENTRY = -2144796387
Field Value
|
Improve this Doc
View Source
TPMAPI_E_TCG_SEPARATOR_ABSENT
A TCG Separator was not found.
Declaration
public const int TPMAPI_E_TCG_SEPARATOR_ABSENT = -2144796388
Field Value
|
Improve this Doc
View Source
TPMAPI_E_TOO_MUCH_DATA
The command buffer cannot contain any more data.
Declaration
public const int TPMAPI_E_TOO_MUCH_DATA = -2144796414
Field Value
|
Improve this Doc
View Source
TPMAPI_E_TPM_COMMAND_ERROR
The TPM returned an unexpected result.
Declaration
public const int TPMAPI_E_TPM_COMMAND_ERROR = -2144796404
Field Value
|
Improve this Doc
View Source
TRUST_E_ACTION_UNKNOWN
The trust verification action specified is not supported by the specified trust provider.
Declaration
public const int TRUST_E_ACTION_UNKNOWN = -2146762750
Field Value
|
Improve this Doc
View Source
TRUST_E_BAD_DIGEST
The digital signature of the object did not verify.
Declaration
public const int TRUST_E_BAD_DIGEST = -2146869232
Field Value
|
Improve this Doc
View Source
TRUST_E_BASIC_CONSTRAINTS
A certificate's basic constraint extension has not been observed.
Declaration
public const int TRUST_E_BASIC_CONSTRAINTS = -2146869223
Field Value
|
Improve this Doc
View Source
TRUST_E_CERT_SIGNATURE
The signature of the certificate cannot be verified.
Declaration
public const int TRUST_E_CERT_SIGNATURE = -2146869244
Field Value
|
Improve this Doc
View Source
TRUST_E_COUNTER_SIGNER
One of the counter signatures was invalid.
Declaration
public const int TRUST_E_COUNTER_SIGNER = -2146869245
Field Value
|
Improve this Doc
View Source
TRUST_E_EXPLICIT_DISTRUST
The certificate was explicitly marked as untrusted by the user.
Declaration
public const int TRUST_E_EXPLICIT_DISTRUST = -2146762479
Field Value
|
Improve this Doc
View Source
TRUST_E_FAIL
Declaration
public const int TRUST_E_FAIL = -2146762485
Field Value
|
Improve this Doc
View Source
TRUST_E_FINANCIAL_CRITERIA
The certificate does not meet or contain the Authenticode(tm) financial extensions.
Declaration
public const int TRUST_E_FINANCIAL_CRITERIA = -2146869218
Field Value
|
Improve this Doc
View Source
The digital signature of the object is malformed. For technical detail, see security bulletin MS13-098.
Declaration
public const int TRUST_E_MALFORMED_SIGNATURE = -2146869231
Field Value
|
Improve this Doc
View Source
TRUST_E_NO_SIGNER_CERT
The certificate for the signer of the message is invalid or not found.
Declaration
public const int TRUST_E_NO_SIGNER_CERT = -2146869246
Field Value
|
Improve this Doc
View Source
TRUST_E_NOSIGNATURE
No signature was present in the subject.
Declaration
public const int TRUST_E_NOSIGNATURE = -2146762496
Field Value
|
Improve this Doc
View Source
TRUST_E_PROVIDER_UNKNOWN
Declaration
public const int TRUST_E_PROVIDER_UNKNOWN = -2146762751
Field Value
|
Improve this Doc
View Source
The form specified for the subject is not one supported or known by the specified trust provider.
Declaration
public const int TRUST_E_SUBJECT_FORM_UNKNOWN = -2146762749
Field Value
|
Improve this Doc
View Source
TRUST_E_SUBJECT_NOT_TRUSTED
The subject is not trusted for the specified action.
Declaration
public const int TRUST_E_SUBJECT_NOT_TRUSTED = -2146762748
Field Value
|
Improve this Doc
View Source
TRUST_E_SYSTEM_ERROR
A system-level error occurred while verifying trust.
Declaration
public const int TRUST_E_SYSTEM_ERROR = -2146869247
Field Value
|
Improve this Doc
View Source
TRUST_E_TIME_STAMP
The timestamp signature and/or certificate could not be verified or is malformed.
Declaration
public const int TRUST_E_TIME_STAMP = -2146869243
Field Value
|
Improve this Doc
View Source
TYPE_E_AMBIGUOUSNAME
Declaration
public const int TYPE_E_AMBIGUOUSNAME = -2147319764
Field Value
|
Improve this Doc
View Source
TYPE_E_BADMODULEKIND
Wrong module kind for the operation.
Declaration
public const int TYPE_E_BADMODULEKIND = -2147317571
Field Value
|
Improve this Doc
View Source
TYPE_E_BUFFERTOOSMALL
Declaration
public const int TYPE_E_BUFFERTOOSMALL = -2147319786
Field Value
|
Improve this Doc
View Source
TYPE_E_CANTCREATETMPFILE
Error creating unique tmp file.
Declaration
public const int TYPE_E_CANTCREATETMPFILE = -2147316573
Field Value
|
Improve this Doc
View Source
TYPE_E_CANTLOADLIBRARY
Error loading type library/DLL.
Declaration
public const int TYPE_E_CANTLOADLIBRARY = -2147312566
Field Value
|
Improve this Doc
View Source
TYPE_E_CIRCULARTYPE
Circular dependency between types/modules.
Declaration
public const int TYPE_E_CIRCULARTYPE = -2147312508
Field Value
|
Improve this Doc
View Source
TYPE_E_DLLFUNCTIONNOTFOUND
Function not defined in specified DLL.
Declaration
public const int TYPE_E_DLLFUNCTIONNOTFOUND = -2147319761
Field Value
|
Improve this Doc
View Source
TYPE_E_DUPLICATEID
Duplicate ID in inheritance hierarchy.
Declaration
public const int TYPE_E_DUPLICATEID = -2147317562
Field Value
|
Improve this Doc
View Source
TYPE_E_ELEMENTNOTFOUND
Declaration
public const int TYPE_E_ELEMENTNOTFOUND = -2147319765
Field Value
|
Improve this Doc
View Source
TYPE_E_FIELDNOTFOUND
Field name not defined in the record.
Declaration
public const int TYPE_E_FIELDNOTFOUND = -2147319785
Field Value
|
Improve this Doc
View Source
TYPE_E_INCONSISTENTPROPFUNCS
Inconsistent property functions.
Declaration
public const int TYPE_E_INCONSISTENTPROPFUNCS = -2147312509
Field Value
|
Improve this Doc
View Source
TYPE_E_INVALIDID
Incorrect inheritance depth in standard OLE hmember.
Declaration
public const int TYPE_E_INVALIDID = -2147317553
Field Value
|
Improve this Doc
View Source
TYPE_E_INVALIDSTATE
Invalid forward reference, or reference to uncompiled type.
Declaration
public const int TYPE_E_INVALIDSTATE = -2147319767
Field Value
|
Improve this Doc
View Source
TYPE_E_INVDATAREAD
Old format or invalid type library.
Declaration
public const int TYPE_E_INVDATAREAD = -2147319784
Field Value
|
Improve this Doc
View Source
TYPE_E_IOERROR
Declaration
public const int TYPE_E_IOERROR = -2147316574
Field Value
|
Improve this Doc
View Source
TYPE_E_LIBNOTREGISTERED
Declaration
public const int TYPE_E_LIBNOTREGISTERED = -2147319779
Field Value
|
Improve this Doc
View Source
TYPE_E_NAMECONFLICT
Name already exists in the library.
Declaration
public const int TYPE_E_NAMECONFLICT = -2147319763
Field Value
|
Improve this Doc
View Source
TYPE_E_OUTOFBOUNDS
Invalid number of arguments.
Declaration
public const int TYPE_E_OUTOFBOUNDS = -2147316575
Field Value
|
Improve this Doc
View Source
TYPE_E_QUALIFIEDNAMEDISALLOWED
Qualified name disallowed.
Declaration
public const int TYPE_E_QUALIFIEDNAMEDISALLOWED = -2147319768
Field Value
|
Improve this Doc
View Source
TYPE_E_REGISTRYACCESS
Error accessing the OLE registry.
Declaration
public const int TYPE_E_REGISTRYACCESS = -2147319780
Field Value
|
Improve this Doc
View Source
TYPE_E_SIZETOOBIG
Declaration
public const int TYPE_E_SIZETOOBIG = -2147317563
Field Value
|
Improve this Doc
View Source
TYPE_E_TYPEMISMATCH
Declaration
public const int TYPE_E_TYPEMISMATCH = -2147316576
Field Value
|
Improve this Doc
View Source
TYPE_E_UNDEFINEDTYPE
Declaration
public const int TYPE_E_UNDEFINEDTYPE = -2147319769
Field Value
|
Improve this Doc
View Source
TYPE_E_UNKNOWNLCID
Declaration
public const int TYPE_E_UNKNOWNLCID = -2147319762
Field Value
|
Improve this Doc
View Source
Old format or invalid type library.
Declaration
public const int TYPE_E_UNSUPFORMAT = -2147319783
Field Value
|
Improve this Doc
View Source
TYPE_E_WRONGTYPEKIND
Declaration
public const int TYPE_E_WRONGTYPEKIND = -2147319766
Field Value
|
Improve this Doc
View Source
UCEERR_BLOCKSFULL
Declaration
public const int UCEERR_BLOCKSFULL = -2003303415
Field Value
|
Improve this Doc
View Source
UCEERR_CHANNELSYNCABANDONED
UCEERR_CHANNELSYNCABANDONED
Declaration
public const int UCEERR_CHANNELSYNCABANDONED = -2003303404
Field Value
|
Improve this Doc
View Source
UCEERR_CHANNELSYNCTIMEDOUT
UCEERR_CHANNELSYNCTIMEDOUT
Declaration
public const int UCEERR_CHANNELSYNCTIMEDOUT = -2003303405
Field Value
|
Improve this Doc
View Source
UCEERR_COMMANDTRANSPORTDENIED
UCEERR_COMMANDTRANSPORTDENIED
Declaration
public const int UCEERR_COMMANDTRANSPORTDENIED = -2003303400
Field Value
|
Improve this Doc
View Source
UCEERR_CONNECTIONIDLOOKUPFAILED
UCEERR_CONNECTIONIDLOOKUPFAILED
Declaration
public const int UCEERR_CONNECTIONIDLOOKUPFAILED = -2003303416
Field Value
|
Improve this Doc
View Source
UCEERR_CTXSTACKFRSTTARGETNULL
UCEERR_CTXSTACKFRSTTARGETNULL
Declaration
public const int UCEERR_CTXSTACKFRSTTARGETNULL = -2003303417
Field Value
|
Improve this Doc
View Source
UCEERR_FEEDBACK_UNSUPPORTED
UCEERR_FEEDBACK_UNSUPPORTED
Declaration
public const int UCEERR_FEEDBACK_UNSUPPORTED = -2003303401
Field Value
|
Improve this Doc
View Source
UCEERR_GRAPHICSSTREAMALREADYOPEN
UCEERR_GRAPHICSSTREAMALREADYOPEN
Declaration
public const int UCEERR_GRAPHICSSTREAMALREADYOPEN = -2003303392
Field Value
|
Improve this Doc
View Source
UCEERR_GRAPHICSSTREAMUNAVAILABLE
UCEERR_GRAPHICSSTREAMUNAVAILABLE
Declaration
public const int UCEERR_GRAPHICSSTREAMUNAVAILABLE = -2003303399
Field Value
|
Improve this Doc
View Source
UCEERR_HANDLELOOKUPFAILED
UCEERR_HANDLELOOKUPFAILED
Declaration
public const int UCEERR_HANDLELOOKUPFAILED = -2003303419
Field Value
|
Improve this Doc
View Source
UCEERR_ILLEGALHANDLE
Declaration
public const int UCEERR_ILLEGALHANDLE = -2003303420
Field Value
|
Improve this Doc
View Source
UCEERR_ILLEGALPACKET
Declaration
public const int UCEERR_ILLEGALPACKET = -2003303422
Field Value
|
Improve this Doc
View Source
UCEERR_ILLEGALRECORDTYPE
Declaration
public const int UCEERR_ILLEGALRECORDTYPE = -2003303412
Field Value
|
Improve this Doc
View Source
UCEERR_INVALIDPACKETHEADER
Declaration
public const int UCEERR_INVALIDPACKETHEADER = -2003303424
Field Value
|
Improve this Doc
View Source
Declaration
public const int UCEERR_MALFORMEDPACKET = -2003303421
Field Value
|
Improve this Doc
View Source
UCEERR_MEMORYFAILURE
Declaration
public const int UCEERR_MEMORYFAILURE = -2003303414
Field Value
|
Improve this Doc
View Source
UCEERR_MISSINGBEGINCOMMAND
UCEERR_MISSINGBEGINCOMMAND
Declaration
public const int UCEERR_MISSINGBEGINCOMMAND = -2003303406
Field Value
|
Improve this Doc
View Source
UCEERR_MISSINGENDCOMMAND
Declaration
public const int UCEERR_MISSINGENDCOMMAND = -2003303407
Field Value
|
Improve this Doc
View Source
UCEERR_NO_MULTIPLE_WORKER_THREADS
UCEERR_NO_MULTIPLE_WORKER_THREADS
Declaration
public const int UCEERR_NO_MULTIPLE_WORKER_THREADS = -2003303409
Field Value
|
Improve this Doc
View Source
UCEERR_OUTOFHANDLES
Declaration
public const int UCEERR_OUTOFHANDLES = -2003303411
Field Value
|
Improve this Doc
View Source
UCEERR_PACKETRECORDOUTOFRANGE
UCEERR_PACKETRECORDOUTOFRANGE
Declaration
public const int UCEERR_PACKETRECORDOUTOFRANGE = -2003303413
Field Value
|
Improve this Doc
View Source
UCEERR_PARTITION_ZOMBIED
Declaration
public const int UCEERR_PARTITION_ZOMBIED = -2003303389
Field Value
|
Improve this Doc
View Source
UCEERR_REMOTINGNOTSUPPORTED
UCEERR_REMOTINGNOTSUPPORTED
Declaration
public const int UCEERR_REMOTINGNOTSUPPORTED = -2003303408
Field Value
|
Improve this Doc
View Source
UCEERR_RENDERTHREADFAILURE
UCEERR_RENDERTHREADFAILURE
Declaration
public const int UCEERR_RENDERTHREADFAILURE = -2003303418
Field Value
|
Improve this Doc
View Source
UCEERR_TRANSPORTDISCONNECTED
UCEERR_TRANSPORTDISCONNECTED
Declaration
public const int UCEERR_TRANSPORTDISCONNECTED = -2003303391
Field Value
|
Improve this Doc
View Source
UCEERR_TRANSPORTOVERLOADED
UCEERR_TRANSPORTOVERLOADED
Declaration
public const int UCEERR_TRANSPORTOVERLOADED = -2003303390
Field Value
|
Improve this Doc
View Source
UCEERR_TRANSPORTUNAVAILABLE
UCEERR_TRANSPORTUNAVAILABLE
Declaration
public const int UCEERR_TRANSPORTUNAVAILABLE = -2003303402
Field Value
|
Improve this Doc
View Source
UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED
UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED
Declaration
public const int UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED = -2003303410
Field Value
|
Improve this Doc
View Source
UCEERR_UNKNOWNPACKET
Declaration
public const int UCEERR_UNKNOWNPACKET = -2003303423
Field Value
|
Improve this Doc
View Source
UCEERR_UNSUPPORTEDTRANSPORTVERSION
UCEERR_UNSUPPORTEDTRANSPORTVERSION
Declaration
public const int UCEERR_UNSUPPORTEDTRANSPORTVERSION = -2003303403
Field Value
|
Improve this Doc
View Source
UI_E_AMBIGUOUS_MATCH
More than one item matched the search criteria.
Declaration
public const int UI_E_AMBIGUOUS_MATCH = -2144731126
Field Value
|
Improve this Doc
View Source
UI_E_BOOLEAN_EXPECTED
A callback returned a success code other than S_OK or S_FALSE.
Declaration
public const int UI_E_BOOLEAN_EXPECTED = -2144731128
Field Value
|
Improve this Doc
View Source
UI_E_CREATE_FAILED
The object could not be created.
Declaration
public const int UI_E_CREATE_FAILED = -2144731135
Field Value
|
Improve this Doc
View Source
UI_E_DIFFERENT_OWNER
A parameter that should be owned by this object is owned by a different object.
Declaration
public const int UI_E_DIFFERENT_OWNER = -2144731127
Field Value
|
Improve this Doc
View Source
UI_E_END_KEYFRAME_NOT_DETERMINED
It might not be possible to determine the end keyframe time when the start keyframe is reached.
Declaration
public const int UI_E_END_KEYFRAME_NOT_DETERMINED = -2144730876
Field Value
|
Improve this Doc
View Source
UI_E_FP_OVERFLOW
A floating-point overflow occurred.
Declaration
public const int UI_E_FP_OVERFLOW = -2144731125
Field Value
|
Improve this Doc
View Source
UI_E_ILLEGAL_REENTRANCY
This method cannot be called during this type of callback.
Declaration
public const int UI_E_ILLEGAL_REENTRANCY = -2144731133
Field Value
|
Improve this Doc
View Source
UI_E_INVALID_DIMENSION
The passed dimension is invalid or does not match the object's dimension.
Declaration
public const int UI_E_INVALID_DIMENSION = -2144730869
Field Value
|
Improve this Doc
View Source
UI_E_INVALID_OUTPUT
A callback returned an invalid output parameter.
Declaration
public const int UI_E_INVALID_OUTPUT = -2144731129
Field Value
|
Improve this Doc
View Source
UI_E_LOOPS_OVERLAP
Two repeated portions of a storyboard might overlap.
Declaration
public const int UI_E_LOOPS_OVERLAP = -2144730875
Field Value
|
Improve this Doc
View Source
UI_E_OBJECT_SEALED
This object has been sealed, so this change is no longer allowed.
Declaration
public const int UI_E_OBJECT_SEALED = -2144731132
Field Value
|
Improve this Doc
View Source
UI_E_PRIMITIVE_OUT_OF_BOUNDS
The added primitive begins at or beyond the duration of the interpolator.
Declaration
public const int UI_E_PRIMITIVE_OUT_OF_BOUNDS = -2144730868
Field Value
|
Improve this Doc
View Source
UI_E_SHUTDOWN_CALLED
Shutdown was already called on this object or the object that owns it.
Declaration
public const int UI_E_SHUTDOWN_CALLED = -2144731134
Field Value
|
Improve this Doc
View Source
UI_E_START_KEYFRAME_AFTER_END
The start keyframe might occur after the end keyframe.
Declaration
public const int UI_E_START_KEYFRAME_AFTER_END = -2144730877
Field Value
|
Improve this Doc
View Source
UI_E_STORYBOARD_ACTIVE
The storyboard is currently in the schedule.
Declaration
public const int UI_E_STORYBOARD_ACTIVE = -2144730879
Field Value
|
Improve this Doc
View Source
UI_E_STORYBOARD_NOT_PLAYING
The storyboard is not playing.
Declaration
public const int UI_E_STORYBOARD_NOT_PLAYING = -2144730878
Field Value
|
Improve this Doc
View Source
UI_E_TIME_BEFORE_LAST_UPDATE
The given time is earlier than the time passed to the last update.
Declaration
public const int UI_E_TIME_BEFORE_LAST_UPDATE = -2144730871
Field Value
|
Improve this Doc
View Source
UI_E_TIMER_CLIENT_ALREADY_CONNECTED
This client is already connected to a timer.
Declaration
public const int UI_E_TIMER_CLIENT_ALREADY_CONNECTED = -2144730870
Field Value
|
Improve this Doc
View Source
UI_E_TRANSITION_ALREADY_USED
The transition has already been added to a storyboard.
Declaration
public const int UI_E_TRANSITION_ALREADY_USED = -2144730874
Field Value
|
Improve this Doc
View Source
UI_E_TRANSITION_ECLIPSED
The transition might eclipse the beginning of another transition in the storyboard.
Declaration
public const int UI_E_TRANSITION_ECLIPSED = -2144730872
Field Value
|
Improve this Doc
View Source
UI_E_TRANSITION_NOT_IN_STORYBOARD
The transition has not been added to a storyboard.
Declaration
public const int UI_E_TRANSITION_NOT_IN_STORYBOARD = -2144730873
Field Value
|
Improve this Doc
View Source
UI_E_VALUE_NOT_DETERMINED
The requested value cannot be determined.
Declaration
public const int UI_E_VALUE_NOT_DETERMINED = -2144731130
Field Value
|
Improve this Doc
View Source
UI_E_VALUE_NOT_SET
The requested value was never set.
Declaration
public const int UI_E_VALUE_NOT_SET = -2144731131
Field Value
|
Improve this Doc
View Source
UI_E_WINDOW_CLOSED
The operation cannot be completed because the window is being closed.
Declaration
public const int UI_E_WINDOW_CLOSED = -2144730623
Field Value
|
Improve this Doc
View Source
UI_E_WRONG_THREAD
This method can only be called from the thread that created the object.
Declaration
public const int UI_E_WRONG_THREAD = -2144731124
Field Value
|
Improve this Doc
View Source
UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION
The action cannot be completed in the specified destination.
Declaration
public const int UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION = -2017128380
Field Value
|
Improve this Doc
View Source
UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT
Cannot pre-empt running trace: The current trace has a higher priority
Declaration
public const int UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT = -2017128446
Field Value
|
Improve this Doc
View Source
UTC_E_AOT_NOT_RUNNING
The always-on-trace is not running
Declaration
public const int UTC_E_AOT_NOT_RUNNING = -2017128445
Field Value
|
Improve this Doc
View Source
UTC_E_API_BUSY
The UTC API is busy with another request
Declaration
public const int UTC_E_API_BUSY = -2017128405
Field Value
|
Improve this Doc
View Source
UTC_E_API_NOT_SUPPORTED
The requested UTC API call is not supported on this device.
Declaration
public const int UTC_E_API_NOT_SUPPORTED = -2017128388
Field Value
|
Improve this Doc
View Source
UTC_E_API_RESULT_UNAVAILABLE
The API was not completed successfully so the result is unavailable
Declaration
public const int UTC_E_API_RESULT_UNAVAILABLE = -2017128408
Field Value
|
Improve this Doc
View Source
UTC_E_BINARY_MISSING
A RunExeWithArgs action contains a binary which is not present on the targeted device.
Declaration
public const int UTC_E_BINARY_MISSING = -2017128396
Field Value
|
Improve this Doc
View Source
UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML
UTC cannot load Scenario Editor XML. Convert the scenario file to a DiagTrack XML using the editor.
Declaration
public const int UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML = -2017128417
Field Value
|
Improve this Doc
View Source
UTC_E_CERT_REV_FAILED
Certification revocation checking has been enabled, but the revocation check failed to verify whether a certificate has been revoked. The server used to check for revocation might be unreachable.
Declaration
public const int UTC_E_CERT_REV_FAILED = -2017128385
Field Value
|
Improve this Doc
View Source
UTC_E_CHILD_PROCESS_FAILED
A process launched by UTC failed with a non-zero exit code.
Declaration
public const int UTC_E_CHILD_PROCESS_FAILED = -2017128419
Field Value
|
Improve this Doc
View Source
UTC_E_COMMAND_LINE_NOT_AUTHORIZED
A RunExeWithArgs action contains an unauthorized command line.
Declaration
public const int UTC_E_COMMAND_LINE_NOT_AUTHORIZED = -2017128418
Field Value
|
Improve this Doc
View Source
UTC_E_DELAY_TERMINATED
The delay action was terminated
Declaration
public const int UTC_E_DELAY_TERMINATED = -2017128411
Field Value
|
Improve this Doc
View Source
UTC_E_DEVICE_TICKET_ERROR
The device ticket was not obtained
Declaration
public const int UTC_E_DEVICE_TICKET_ERROR = -2017128410
Field Value
|
Improve this Doc
View Source
UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH
<diagrules> node contains a schemaversion which is not compatible with this client
Declaration
public const int UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH = -2017128438
Field Value
|
Improve this Doc
View Source
UTC_E_ESCALATION_ALREADY_RUNNING
A scenario failed to escalate: This scenario is already running an escalation
Declaration
public const int UTC_E_ESCALATION_ALREADY_RUNNING = -2017128433
Field Value
|
Improve this Doc
View Source
UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS
The escalation working directory for the requested escalation could not be created because it already exists
Declaration
public const int UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS = -2017128401
Field Value
|
Improve this Doc
View Source
UTC_E_ESCALATION_NOT_AUTHORIZED
Escalation for scenario failed due to insufficient permissions
Declaration
public const int UTC_E_ESCALATION_NOT_AUTHORIZED = -2017128421
Field Value
|
Improve this Doc
View Source
UTC_E_ESCALATION_TIMED_OUT
Escalation for scenario has timed out
Declaration
public const int UTC_E_ESCALATION_TIMED_OUT = -2017128416
Field Value
|
Improve this Doc
View Source
UTC_E_EVENTLOG_ENTRY_MALFORMED
Cannot parse EventLog XML: The entry is malformed
Declaration
public const int UTC_E_EVENTLOG_ENTRY_MALFORMED = -2017128439
Field Value
|
Improve this Doc
View Source
UTC_E_EXCLUSIVITY_NOT_AVAILABLE
The trace profile could not be started because it requires exclusivity and another higher priority trace is already running
Declaration
public const int UTC_E_EXCLUSIVITY_NOT_AVAILABLE = -2017128403
Field Value
|
Improve this Doc
View Source
UTC_E_EXE_TERMINATED
RunExeWithArgsAction was forced to terminate a running executable
Declaration
public const int UTC_E_EXE_TERMINATED = -2017128422
Field Value
|
Improve this Doc
View Source
UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID
UTC failed to identify the container id to use for a scenario escalation action.
Declaration
public const int UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID = -2017128394
Field Value
|
Improve this Doc
View Source
UTC_E_FAILED_TO_START_NDISCAP
Failed to start NDISCAP service for network packet capture trace.
Declaration
public const int UTC_E_FAILED_TO_START_NDISCAP = -2017128384
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_FUNCTION_RESTRICTED
Filter command is not allowed in the current context.
Declaration
public const int UTC_E_FILTER_FUNCTION_RESTRICTED = -2017128376
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_ILLEGAL_EVAL
Filter types can not be compared to each other.
Declaration
public const int UTC_E_FILTER_ILLEGAL_EVAL = -2017128365
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_INVALID_COMMAND
Filter command does not exist or is incorrectly formatted.
Declaration
public const int UTC_E_FILTER_INVALID_COMMAND = -2017128366
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_INVALID_FUNCTION
Filter does not support this function.
Declaration
public const int UTC_E_FILTER_INVALID_FUNCTION = -2017128368
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_INVALID_FUNCTION_PARAMS
Filter function does not accept the provided parameter types and/or count.
Declaration
public const int UTC_E_FILTER_INVALID_FUNCTION_PARAMS = -2017128367
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_INVALID_TYPE
Filter command contains an unsupported type.
Declaration
public const int UTC_E_FILTER_INVALID_TYPE = -2017128378
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_MISSING_ATTRIBUTE
Filter command is missing a required attribute.
Declaration
public const int UTC_E_FILTER_MISSING_ATTRIBUTE = -2017128379
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_VARIABLE_NOT_FOUND
Filter variable does not exist at point of evaluation.
Declaration
public const int UTC_E_FILTER_VARIABLE_NOT_FOUND = -2017128377
Field Value
|
Improve this Doc
View Source
UTC_E_FILTER_VERSION_MISMATCH
Requested filter version is incompatible with available version.
Declaration
public const int UTC_E_FILTER_VERSION_MISMATCH = -2017128375
Field Value
|
Improve this Doc
View Source
UTC_E_FORWARDER_ALREADY_DISABLED
Trigger forwarder is already disabled
Declaration
public const int UTC_E_FORWARDER_ALREADY_DISABLED = -2017128440
Field Value
|
Improve this Doc
View Source
UTC_E_FORWARDER_ALREADY_ENABLED
Trigger forwarder is already enabled
Declaration
public const int UTC_E_FORWARDER_ALREADY_ENABLED = -2017128441
Field Value
|
Improve this Doc
View Source
UTC_E_FORWARDER_PRODUCER_MISMATCH
Cannot update forwarder: The forwarder passed to the function is of a different type
Declaration
public const int UTC_E_FORWARDER_PRODUCER_MISMATCH = -2017128430
Field Value
|
Improve this Doc
View Source
UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED
The file path is not approved for collection on external rings for the GetFile escalation action.
Declaration
public const int UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED = -2017128387
Field Value
|
Improve this Doc
View Source
UTC_E_GETFILE_FILE_PATH_NOT_APPROVED
The file path is not approved for the GetFile escalation action
Declaration
public const int UTC_E_GETFILE_FILE_PATH_NOT_APPROVED = -2017128402
Field Value
|
Improve this Doc
View Source
UTC_E_INTENTIONAL_SCRIPT_FAILURE
RunScriptAction failed intentionally to force this escalation to terminate
Declaration
public const int UTC_E_INTENTIONAL_SCRIPT_FAILURE = -2017128429
Field Value
|
Improve this Doc
View Source
UTC_E_INVALID_AGGREGATION_STRUCT
The event contained an invalid aggregation or differential privacy structure.
Declaration
public const int UTC_E_INVALID_AGGREGATION_STRUCT = -2017128381
Field Value
|
Improve this Doc
View Source
UTC_E_INVALID_CUSTOM_FILTER
ToggleTraceWithCustomFilterAction contains an invalid custom filter
Declaration
public const int UTC_E_INVALID_CUSTOM_FILTER = -2017128436
Field Value
|
Improve this Doc
View Source
UTC_E_INVALID_FILTER
Scenario contains an invalid filter that can never be satisfied
Declaration
public const int UTC_E_INVALID_FILTER = -2017128423
Field Value
|
Improve this Doc
View Source
UTC_E_KERNELDUMP_LIMIT_REACHED
UTC can perform no more than one KernelDump action on a device every 24 hours.
Declaration
public const int UTC_E_KERNELDUMP_LIMIT_REACHED = -2017128383
Field Value
|
Improve this Doc
View Source
UTC_E_MISSING_AGGREGATE_EVENT_TAG
The event contained an aggregation or differential privacy structure, but did not specify MICROSOFT_EVENTTAG_AGGREGATE.
Declaration
public const int UTC_E_MISSING_AGGREGATE_EVENT_TAG = -2017128382
Field Value
|
Improve this Doc
View Source
UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE
Only one Time Trigger is allowed per state
Declaration
public const int UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE = -2017128397
Field Value
|
Improve this Doc
View Source
UTC_E_NETWORK_CAPTURE_NOT_ALLOWED
A network capture trace is not allowed.
Declaration
public const int UTC_E_NETWORK_CAPTURE_NOT_ALLOWED = -2017128395
Field Value
|
Improve this Doc
View Source
UTC_E_NO_WER_LOGGER_SUPPORTED
Failed to initialize WER logger: This system does not support WER for UTC
Declaration
public const int UTC_E_NO_WER_LOGGER_SUPPORTED = -2017128427
Field Value
|
Improve this Doc
View Source
UTC_E_PERFTRACK_ALREADY_TRACING
Cannot start tracing: PerfTrack component is already tracing
Declaration
public const int UTC_E_PERFTRACK_ALREADY_TRACING = -2017128432
Field Value
|
Improve this Doc
View Source
UTC_E_REACHED_MAX_ESCALATIONS
A scenario failed to escalate: This scenario has reached max escalations for this escalation type
Declaration
public const int UTC_E_REACHED_MAX_ESCALATIONS = -2017128431
Field Value
|
Improve this Doc
View Source
UTC_E_REESCALATED_TOO_QUICKLY
A scenario failed to escalate: This scenario has escalated too recently
Declaration
public const int UTC_E_REESCALATED_TOO_QUICKLY = -2017128434
Field Value
|
Improve this Doc
View Source
UTC_E_RPC_TIMEOUT
The requested API encountered a timeout in the API manager
Declaration
public const int UTC_E_RPC_TIMEOUT = -2017128407
Field Value
|
Improve this Doc
View Source
UTC_E_RPC_WAIT_FAILED
The synchronous API encountered a wait failure
Declaration
public const int UTC_E_RPC_WAIT_FAILED = -2017128406
Field Value
|
Improve this Doc
View Source
UTC_E_SCENARIO_THROTTLED
A trigger in this scenario is throttled, blocking the scenario from being loaded.
Declaration
public const int UTC_E_SCENARIO_THROTTLED = -2017128389
Field Value
|
Improve this Doc
View Source
UTC_E_SCENARIODEF_NOT_FOUND
Requested scenario definition cannot be found
Declaration
public const int UTC_E_SCENARIODEF_NOT_FOUND = -2017128443
Field Value
|
Improve this Doc
View Source
UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH
<scenario> node contains a schemaversion that is not compatible with this client
Declaration
public const int UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH = -2017128424
Field Value
|
Improve this Doc
View Source
UTC_E_SCRIPT_MISSING
The script referenced in DiagTrack scenario is not present on the system.
Declaration
public const int UTC_E_SCRIPT_MISSING = -2017128390
Field Value
|
Improve this Doc
View Source
UTC_E_SCRIPT_TERMINATED
RunScriptAction was forced to terminate a script
Declaration
public const int UTC_E_SCRIPT_TERMINATED = -2017128437
Field Value
|
Improve this Doc
View Source
UTC_E_SCRIPT_TYPE_INVALID
RunScriptAction contains an invalid script type
Declaration
public const int UTC_E_SCRIPT_TYPE_INVALID = -2017128444
Field Value
|
Improve this Doc
View Source
UTC_E_SETUP_NOT_AUTHORIZED
Setup for scenario failed due to insufficient permissions
Declaration
public const int UTC_E_SETUP_NOT_AUTHORIZED = -2017128420
Field Value
|
Improve this Doc
View Source
UTC_E_SETUP_TIMED_OUT
Setup for scenario has timed out
Declaration
public const int UTC_E_SETUP_TIMED_OUT = -2017128415
Field Value
|
Improve this Doc
View Source
UTC_E_SIF_NOT_SUPPORTED
SIF is not supported on the machine
Declaration
public const int UTC_E_SIF_NOT_SUPPORTED = -2017128412
Field Value
|
Improve this Doc
View Source
UTC_E_SQM_INIT_FAILED
Failed to initialize SQM logger
Declaration
public const int UTC_E_SQM_INIT_FAILED = -2017128428
Field Value
|
Improve this Doc
View Source
UTC_E_THROTTLED
UTC has throttled the event for firing too often.
Declaration
public const int UTC_E_THROTTLED = -2017128392
Field Value
|
Improve this Doc
View Source
UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE
Time trigger duration must fall within an inclusive range of one second and 15 minutes
Declaration
public const int UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE = -2017128398
Field Value
|
Improve this Doc
View Source
UTC_E_TIME_TRIGGER_ON_START_INVALID
Time triggers cannot be used on a transition originating from the "_start" state
Declaration
public const int UTC_E_TIME_TRIGGER_ON_START_INVALID = -2017128400
Field Value
|
Improve this Doc
View Source
UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION
Time triggers can only be attached to a single transition
Declaration
public const int UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION = -2017128399
Field Value
|
Improve this Doc
View Source
UTC_E_TOGGLE_TRACE_STARTED
Toggle (alternative) trace started
Declaration
public const int UTC_E_TOGGLE_TRACE_STARTED = -2017128447
Field Value
|
Improve this Doc
View Source
UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED
The trace profile needs more memory than is available for tracing
Declaration
public const int UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED = -2017128409
Field Value
|
Improve this Doc
View Source
UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET
The running trace profile does not have a sufficient runtime to fulfill the escalation request
Declaration
public const int UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET = -2017128404
Field Value
|
Improve this Doc
View Source
UTC_E_TRACE_NOT_RUNNING
Declaration
public const int UTC_E_TRACE_NOT_RUNNING = -2017128435
Field Value
|
Improve this Doc
View Source
UTC_E_TRACEPROFILE_NOT_FOUND
Requested trace profile cannot be found
Declaration
public const int UTC_E_TRACEPROFILE_NOT_FOUND = -2017128442
Field Value
|
Improve this Doc
View Source
UTC_E_TRACERS_DONT_EXIST
The TraceManager has attempted to take a tracing action without initializing tracers
Declaration
public const int UTC_E_TRACERS_DONT_EXIST = -2017128426
Field Value
|
Improve this Doc
View Source
UTC_E_TRIGGER_MISMATCH
The given trigger does not match the expected trigger type
Declaration
public const int UTC_E_TRIGGER_MISMATCH = -2017128414
Field Value
|
Improve this Doc
View Source
UTC_E_TRIGGER_NOT_FOUND
Requested trigger cannot be found
Declaration
public const int UTC_E_TRIGGER_NOT_FOUND = -2017128413
Field Value
|
Improve this Doc
View Source
UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED
Querying a scenario definition exceeded the specified maximum timeout.
Declaration
public const int UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED = -2017128386
Field Value
|
Improve this Doc
View Source
UTC_E_UNABLE_TO_RESOLVE_SESSION
Failed to resolve session ID during API invocation.
Declaration
public const int UTC_E_UNABLE_TO_RESOLVE_SESSION = -2017128393
Field Value
|
Improve this Doc
View Source
UTC_E_UNAPPROVED_SCRIPT
The script is not approved to run as part of DiagTrack scenario.
Declaration
public const int UTC_E_UNAPPROVED_SCRIPT = -2017128391
Field Value
|
Improve this Doc
View Source
UTC_E_WINRT_INIT_FAILED
WinRT initialization failed
Declaration
public const int UTC_E_WINRT_INIT_FAILED = -2017128425
Field Value
|
Improve this Doc
View Source
VIEW_E_DRAW
Declaration
public const int VIEW_E_DRAW = -2147221184
Field Value
|
Improve this Doc
View Source
VIEW_E_FIRST
Declaration
public const int VIEW_E_FIRST = -2147221184
Field Value
|
Improve this Doc
View Source
VIEW_E_LAST
Declaration
public const int VIEW_E_LAST = -2147221169
Field Value
|
Improve this Doc
View Source
VIEW_S_ALREADY_FROZEN
Declaration
public const int VIEW_S_ALREADY_FROZEN = 262464
Field Value
|
Improve this Doc
View Source
VIEW_S_FIRST
Declaration
public const int VIEW_S_FIRST = 262464
Field Value
|
Improve this Doc
View Source
VIEW_S_LAST
Declaration
public const int VIEW_S_LAST = 262479
Field Value
|
Improve this Doc
View Source
WEB_E_INVALID_JSON_NUMBER
Declaration
public const int WEB_E_INVALID_JSON_NUMBER = -2089484280
Field Value
|
Improve this Doc
View Source
WEB_E_INVALID_JSON_STRING
Declaration
public const int WEB_E_INVALID_JSON_STRING = -2089484281
Field Value
|
Improve this Doc
View Source
WEB_E_INVALID_XML
Declaration
public const int WEB_E_INVALID_XML = -2089484286
Field Value
|
Improve this Doc
View Source
WEB_E_JSON_VALUE_NOT_FOUND
Declaration
public const int WEB_E_JSON_VALUE_NOT_FOUND = -2089484279
Field Value
|
Improve this Doc
View Source
WEB_E_MISSING_REQUIRED_ATTRIBUTE
Missing required attribute.
Declaration
public const int WEB_E_MISSING_REQUIRED_ATTRIBUTE = -2089484284
Field Value
|
Improve this Doc
View Source
WEB_E_MISSING_REQUIRED_ELEMENT
Missing required element.
Declaration
public const int WEB_E_MISSING_REQUIRED_ELEMENT = -2089484285
Field Value
|
Improve this Doc
View Source
WEB_E_RESOURCE_TOO_LARGE
Declaration
public const int WEB_E_RESOURCE_TOO_LARGE = -2089484282
Field Value
|
Improve this Doc
View Source
WEB_E_UNEXPECTED_CONTENT
Declaration
public const int WEB_E_UNEXPECTED_CONTENT = -2089484283
Field Value
|
Improve this Doc
View Source
Declaration
public const int WEB_E_UNSUPPORTED_FORMAT = -2089484287
Field Value
|
Improve this Doc
View Source
WEP_E_BUFFER_TOO_LARGE
The input buffer size for the lockout metadata used by the 3rd party drive encryption is too large.
Declaration
public const int WEP_E_BUFFER_TOO_LARGE = -2013200375
Field Value
|
Improve this Doc
View Source
WEP_E_FIXED_DATA_NOT_SUPPORTED
This computer is not fully encrypted. There are fixed volumes present which are not supported for encryption.
Declaration
public const int WEP_E_FIXED_DATA_NOT_SUPPORTED = -2013200382
Field Value
|
Improve this Doc
View Source
WEP_E_HARDWARE_NOT_COMPLIANT
This computer does not meet the hardware requirements to support device encryption with the installed 3rd party provider.
Declaration
public const int WEP_E_HARDWARE_NOT_COMPLIANT = -2013200381
Field Value
|
Improve this Doc
View Source
This computer cannot support device encryption because the requisites for the device lock feature are not configured.
Declaration
public const int WEP_E_LOCK_NOT_CONFIGURED = -2013200380
Field Value
|
Improve this Doc
View Source
WEP_E_NO_LICENSE
The 3rd party provider has been installed, but cannot activate encryption beacuse a license has not been activated.
Declaration
public const int WEP_E_NO_LICENSE = -2013200378
Field Value
|
Improve this Doc
View Source
WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES
One or more fixed volumes are not provisioned with the 3rd party encryption providers to support device encryption. Enable encryption with the 3rd party provider to comply with policy.
Declaration
public const int WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES = -2013200383
Field Value
|
Improve this Doc
View Source
WEP_E_OS_NOT_PROTECTED
The operating system drive is not protected by 3rd party drive encryption.
Declaration
public const int WEP_E_OS_NOT_PROTECTED = -2013200377
Field Value
|
Improve this Doc
View Source
WEP_E_PROTECTION_SUSPENDED
Protection is enabled on this volume but is not in the active state.
Declaration
public const int WEP_E_PROTECTION_SUSPENDED = -2013200379
Field Value
|
Improve this Doc
View Source
WEP_E_UNEXPECTED_FAIL
Unexpected failure was encountered while calling into the 3rd Party drive encryption plugin.
Declaration
public const int WEP_E_UNEXPECTED_FAIL = -2013200376
Field Value
|
Improve this Doc
View Source
WER_E_ALREADY_REPORTING
Reporting is already in progress for the specified process.
Declaration
public const int WER_E_ALREADY_REPORTING = -2145681404
Field Value
|
Improve this Doc
View Source
WER_E_CANCELED
Report aborted due to user cancelation.
Declaration
public const int WER_E_CANCELED = -2145681407
Field Value
|
Improve this Doc
View Source
WER_E_CRASH_FAILURE
Declaration
public const int WER_E_CRASH_FAILURE = -2145681408
Field Value
|
Improve this Doc
View Source
WER_E_DUMP_THROTTLED
Dump not generated due to a throttle.
Declaration
public const int WER_E_DUMP_THROTTLED = -2145681403
Field Value
|
Improve this Doc
View Source
WER_E_INSUFFICIENT_CONSENT
Operation failed due to insufficient user consent.
Declaration
public const int WER_E_INSUFFICIENT_CONSENT = -2145681402
Field Value
|
Improve this Doc
View Source
WER_E_NETWORK_FAILURE
Report aborted due to network failure.
Declaration
public const int WER_E_NETWORK_FAILURE = -2145681406
Field Value
|
Improve this Doc
View Source
WER_E_NOT_INITIALIZED
Declaration
public const int WER_E_NOT_INITIALIZED = -2145681405
Field Value
|
Improve this Doc
View Source
WER_E_TOO_HEAVY
Report aborted due to performance criteria.
Declaration
public const int WER_E_TOO_HEAVY = -2145681401
Field Value
|
Improve this Doc
View Source
WER_S_ASSERT_CONTINUE
The assertion was resumed as unhandled.
Declaration
public const int WER_S_ASSERT_CONTINUE = 1769482
Field Value
|
Improve this Doc
View Source
WER_S_DISABLED
Declaration
public const int WER_S_DISABLED = 1769475
Field Value
|
Improve this Doc
View Source
WER_S_DISABLED_ARCHIVE
Report was uploaded, but not archived due to archiving being disabled.
Declaration
public const int WER_S_DISABLED_ARCHIVE = 1769478
Field Value
|
Improve this Doc
View Source
WER_S_DISABLED_QUEUE
Report was not queued to queueing being disabled.
Declaration
public const int WER_S_DISABLED_QUEUE = 1769477
Field Value
|
Improve this Doc
View Source
WER_S_IGNORE_ALL_ASSERTS
The assertion was handled and added to a permanent ignore list.
Declaration
public const int WER_S_IGNORE_ALL_ASSERTS = 1769481
Field Value
|
Improve this Doc
View Source
WER_S_IGNORE_ASSERT_INSTANCE
The assertion was handled.
Declaration
public const int WER_S_IGNORE_ASSERT_INSTANCE = 1769480
Field Value
|
Improve this Doc
View Source
WER_S_REPORT_ASYNC
Reporting was successfully spun off as an asynchronous operation.
Declaration
public const int WER_S_REPORT_ASYNC = 1769479
Field Value
|
Improve this Doc
View Source
WER_S_REPORT_DEBUG
Declaration
public const int WER_S_REPORT_DEBUG = 1769472
Field Value
|
Improve this Doc
View Source
WER_S_REPORT_QUEUED
Declaration
public const int WER_S_REPORT_QUEUED = 1769474
Field Value
|
Improve this Doc
View Source
WER_S_REPORT_UPLOADED
Declaration
public const int WER_S_REPORT_UPLOADED = 1769473
Field Value
|
Improve this Doc
View Source
WER_S_REPORT_UPLOADED_CAB
Report was uploaded with cab.
Declaration
public const int WER_S_REPORT_UPLOADED_CAB = 1769484
Field Value
|
Improve this Doc
View Source
WER_S_SUSPENDED_UPLOAD
Reporting was temporarily suspended.
Declaration
public const int WER_S_SUSPENDED_UPLOAD = 1769476
Field Value
|
Improve this Doc
View Source
WER_S_THROTTLED
Declaration
public const int WER_S_THROTTLED = 1769483
Field Value
|
Improve this Doc
View Source
WHV_E_GPA_RANGE_NOT_FOUND
The specified GPA range was not found.
Declaration
public const int WHV_E_GPA_RANGE_NOT_FOUND = -2143878395
Field Value
|
Improve this Doc
View Source
WHV_E_INSUFFICIENT_BUFFER
The specified buffer is too small for the requested data.
Declaration
public const int WHV_E_INSUFFICIENT_BUFFER = -2143878399
Field Value
|
Improve this Doc
View Source
WHV_E_INVALID_PARTITION_CONFIG
The configuration of the partition is not valid.
Declaration
public const int WHV_E_INVALID_PARTITION_CONFIG = -2143878396
Field Value
|
Improve this Doc
View Source
WHV_E_INVALID_VP_REGISTER_NAME
A virtual processor register with the specified name does not exist.
Declaration
public const int WHV_E_INVALID_VP_REGISTER_NAME = -2143878391
Field Value
|
Improve this Doc
View Source
WHV_E_INVALID_VP_STATE
The virtual processor is not in the correct state to perform the requested operation.
Declaration
public const int WHV_E_INVALID_VP_STATE = -2143878392
Field Value
|
Improve this Doc
View Source
WHV_E_UNKNOWN_CAPABILITY
The specified capability does not exist.
Declaration
public const int WHV_E_UNKNOWN_CAPABILITY = -2143878400
Field Value
|
Improve this Doc
View Source
WHV_E_UNKNOWN_PROPERTY
The specified property does not exist.
Declaration
public const int WHV_E_UNKNOWN_PROPERTY = -2143878398
Field Value
|
Improve this Doc
View Source
WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG
The configuration of the hypervisor on this system is not supported.
Declaration
public const int WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG = -2143878397
Field Value
|
Improve this Doc
View Source
WHV_E_VP_ALREADY_EXISTS
A virtual processor with the specified index already exists.
Declaration
public const int WHV_E_VP_ALREADY_EXISTS = -2143878394
Field Value
|
Improve this Doc
View Source
WHV_E_VP_DOES_NOT_EXIST
A virtual processor with the specified index does not exist.
Declaration
public const int WHV_E_VP_DOES_NOT_EXIST = -2143878393
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_ALREADYLOCKED
There is already an outstanding read or write lock.
Declaration
public const int WINCODEC_ERR_ALREADYLOCKED = -2003292403
Field Value
|
Improve this Doc
View Source
The image header is unrecognized.
Declaration
public const int WINCODEC_ERR_BADHEADER = -2003292319
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_BADIMAGE
The image is unrecognized.
Declaration
public const int WINCODEC_ERR_BADIMAGE = -2003292320
Field Value
|
Improve this Doc
View Source
The image metadata header is unrecognized.
Declaration
public const int WINCODEC_ERR_BADMETADATAHEADER = -2003292317
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_BADSTREAMDATA
The stream data is unrecognized.
Declaration
public const int WINCODEC_ERR_BADSTREAMDATA = -2003292304
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_CODECNOTHUMBNAIL
The bitmap codec does not support a thumbnail.
Declaration
public const int WINCODEC_ERR_CODECNOTHUMBNAIL = -2003292348
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_CODECPRESENT
An unknown error has occurred.
Declaration
public const int WINCODEC_ERR_CODECPRESENT = -2003292349
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_CODECTOOMANYSCANLINES
Too many scanlines were requested.
Declaration
public const int WINCODEC_ERR_CODECTOOMANYSCANLINES = -2003292346
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_COMPONENTINITIALIZEFAILURE
The component initialization has failed.
Declaration
public const int WINCODEC_ERR_COMPONENTINITIALIZEFAILURE = -2003292277
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_COMPONENTNOTFOUND
The component cannot be found.
Declaration
public const int WINCODEC_ERR_COMPONENTNOTFOUND = -2003292336
Field Value
|
Improve this Doc
View Source
Duplicate metadata is present.
Declaration
public const int WINCODEC_ERR_DUPLICATEMETADATAPRESENT = -2003292275
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_FRAMEMISSING
The bitmap frame is missing.
Declaration
public const int WINCODEC_ERR_FRAMEMISSING = -2003292318
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_IMAGESIZEOUTOFRANGE
The bitmap size is outside the valid range.
Declaration
public const int WINCODEC_ERR_IMAGESIZEOUTOFRANGE = -2003292335
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INSUFFICIENTBUFFER
The buffer allocated is insufficient.
Declaration
public const int WINCODEC_ERR_INSUFFICIENTBUFFER = -2003292276
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INTERNALERROR
An internal error occurred.
Declaration
public const int WINCODEC_ERR_INTERNALERROR = -2003292344
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INVALIDJPEGSCANINDEX
The scan index is invalid.
Declaration
public const int WINCODEC_ERR_INVALIDJPEGSCANINDEX = -2003292266
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INVALIDPROGRESSIVELEVEL
The requested level of detail is not present.
Declaration
public const int WINCODEC_ERR_INVALIDPROGRESSIVELEVEL = -2003292267
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INVALIDQUERYCHARACTER
The query string contains an invalid character.
Declaration
public const int WINCODEC_ERR_INVALIDQUERYCHARACTER = -2003292269
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INVALIDQUERYREQUEST
The property query is invalid.
Declaration
public const int WINCODEC_ERR_INVALIDQUERYREQUEST = -2003292272
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_INVALIDREGISTRATION
The component registration is invalid.
Declaration
public const int WINCODEC_ERR_INVALIDREGISTRATION = -2003292278
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_NOTINITIALIZED
The component is not initialized.
Declaration
public const int WINCODEC_ERR_NOTINITIALIZED = -2003292404
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_PALETTEUNAVAILABLE
The bitmap palette is unavailable.
Declaration
public const int WINCODEC_ERR_PALETTEUNAVAILABLE = -2003292347
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_PROPERTYNOTFOUND
The specified bitmap property cannot be found.
Declaration
public const int WINCODEC_ERR_PROPERTYNOTFOUND = -2003292352
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_PROPERTYNOTSUPPORTED
The bitmap codec does not support the bitmap property.
Declaration
public const int WINCODEC_ERR_PROPERTYNOTSUPPORTED = -2003292351
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_PROPERTYSIZE
The bitmap property size is invalid.
Declaration
public const int WINCODEC_ERR_PROPERTYSIZE = -2003292350
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE
The bitmap property type is unexpected.
Declaration
public const int WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE = -2003292274
Field Value
|
Improve this Doc
View Source
The specified bitmap property is only valid at root level.
Declaration
public const int WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT = -2003292270
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS
The bitmap bounds do not match the bitmap dimensions.
Declaration
public const int WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS = -2003292343
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_STREAMNOTAVAILABLE
The stream is not available.
Declaration
public const int WINCODEC_ERR_STREAMNOTAVAILABLE = -2003292301
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_STREAMREAD
Failed to read from the stream.
Declaration
public const int WINCODEC_ERR_STREAMREAD = -2003292302
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_STREAMWRITE
Failed to write to the stream.
Declaration
public const int WINCODEC_ERR_STREAMWRITE = -2003292303
Field Value
|
Improve this Doc
View Source
There is too much metadata to be written to the bitmap.
Declaration
public const int WINCODEC_ERR_TOOMUCHMETADATA = -2003292334
Field Value
|
Improve this Doc
View Source
The metadata type is unexpected.
Declaration
public const int WINCODEC_ERR_UNEXPECTEDMETADATATYPE = -2003292271
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_UNEXPECTEDSIZE
Declaration
public const int WINCODEC_ERR_UNEXPECTEDSIZE = -2003292273
Field Value
|
Improve this Doc
View Source
The image format is unknown.
Declaration
public const int WINCODEC_ERR_UNKNOWNIMAGEFORMAT = -2003292409
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_UNSUPPORTEDOPERATION
The operation is unsupported.
Declaration
public const int WINCODEC_ERR_UNSUPPORTEDOPERATION = -2003292287
Field Value
|
Improve this Doc
View Source
The bitmap pixel format is unsupported.
Declaration
public const int WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT = -2003292288
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_UNSUPPORTEDVERSION
The SDK version is unsupported.
Declaration
public const int WINCODEC_ERR_UNSUPPORTEDVERSION = -2003292405
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_VALUEOUTOFRANGE
The value is out of range.
Declaration
public const int WINCODEC_ERR_VALUEOUTOFRANGE = -2003292411
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_WIN32ERROR
Windows Codecs received an error from the Win32 system.
Declaration
public const int WINCODEC_ERR_WIN32ERROR = -2003292268
Field Value
|
Improve this Doc
View Source
WINCODEC_ERR_WRONGSTATE
The codec is in the wrong state.
Declaration
public const int WINCODEC_ERR_WRONGSTATE = -2003292412
Field Value
|
Improve this Doc
View Source
WININET_E_ASYNC_THREAD_FAILED
An error has occurred in a Wininet asynchronous thread. You may need to restart
Declaration
public const int WININET_E_ASYNC_THREAD_FAILED = -2147012849
Field Value
|
Improve this Doc
View Source
WININET_E_BAD_AUTO_PROXY_SCRIPT
The proxy auto-configuration script is in error
Declaration
public const int WININET_E_BAD_AUTO_PROXY_SCRIPT = -2147012730
Field Value
|
Improve this Doc
View Source
WININET_E_BAD_OPTION_LENGTH
The length is incorrect for the option type
Declaration
public const int WININET_E_BAD_OPTION_LENGTH = -2147012886
Field Value
|
Improve this Doc
View Source
WININET_E_BAD_REGISTRY_PARAMETER
The registry parameter is incorrect
Declaration
public const int WININET_E_BAD_REGISTRY_PARAMETER = -2147012874
Field Value
|
Improve this Doc
View Source
WININET_E_CANNOT_CONNECT
A connection with the server could not be established
Declaration
public const int WININET_E_CANNOT_CONNECT = -2147012867
Field Value
|
Improve this Doc
View Source
WININET_E_CHG_POST_IS_NON_SECURE
Changing to non-secure post
Declaration
public const int WININET_E_CHG_POST_IS_NON_SECURE = -2147012854
Field Value
|
Improve this Doc
View Source
WININET_E_CLIENT_AUTH_CERT_NEEDED
A certificate is required to complete client authentication
Declaration
public const int WININET_E_CLIENT_AUTH_CERT_NEEDED = -2147012852
Field Value
|
Improve this Doc
View Source
WININET_E_CLIENT_AUTH_NOT_SETUP
Client authentication has not been correctly installed
Declaration
public const int WININET_E_CLIENT_AUTH_NOT_SETUP = -2147012850
Field Value
|
Improve this Doc
View Source
WININET_E_CONNECTION_ABORTED
The connection with the server was terminated abnormally
Declaration
public const int WININET_E_CONNECTION_ABORTED = -2147012866
Field Value
|
Improve this Doc
View Source
WININET_E_CONNECTION_RESET
The connection with the server was reset
Declaration
public const int WININET_E_CONNECTION_RESET = -2147012865
Field Value
|
Improve this Doc
View Source
WININET_E_COOKIE_DECLINED
A cookie from the server has been declined acceptance
Declaration
public const int WININET_E_COOKIE_DECLINED = -2147012734
Field Value
|
Improve this Doc
View Source
WININET_E_COOKIE_NEEDS_CONFIRMATION
A cookie from the server must be confirmed by the user
Declaration
public const int WININET_E_COOKIE_NEEDS_CONFIRMATION = -2147012735
Field Value
|
Improve this Doc
View Source
WININET_E_DECODING_FAILED
Content decoding has failed
Declaration
public const int WININET_E_DECODING_FAILED = -2147012721
Field Value
|
Improve this Doc
View Source
WININET_E_DIALOG_PENDING
There are operations awaiting retry
Declaration
public const int WININET_E_DIALOG_PENDING = -2147012847
Field Value
|
Improve this Doc
View Source
WININET_E_DISCONNECTED
The computer is disconnected from the network
Declaration
public const int WININET_E_DISCONNECTED = -2147012733
Field Value
|
Improve this Doc
View Source
WININET_E_DOWNLEVEL_SERVER
The server does not support the requested protocol level
Declaration
public const int WININET_E_DOWNLEVEL_SERVER = -2147012745
Field Value
|
Improve this Doc
View Source
WININET_E_EXTENDED_ERROR
The server returned extended information
Declaration
public const int WININET_E_EXTENDED_ERROR = -2147012893
Field Value
|
Improve this Doc
View Source
WININET_E_FAILED_DUETOSECURITYCHECK
The Dialup failed because file sharing was turned on and a failure was requested if security check was needed
Declaration
public const int WININET_E_FAILED_DUETOSECURITYCHECK = -2147012725
Field Value
|
Improve this Doc
View Source
WININET_E_FORCE_RETRY
The action must be retried
Declaration
public const int WININET_E_FORCE_RETRY = -2147012864
Field Value
|
Improve this Doc
View Source
WININET_E_HANDLE_EXISTS
The handle already exists
Declaration
public const int WININET_E_HANDLE_EXISTS = -2147012860
Field Value
|
Improve this Doc
View Source
The HTTP header already exists
Declaration
public const int WININET_E_HEADER_ALREADY_EXISTS = -2147012741
Field Value
|
Improve this Doc
View Source
The requested header was not found
Declaration
public const int WININET_E_HEADER_NOT_FOUND = -2147012746
Field Value
|
Improve this Doc
View Source
WININET_E_HTTP_TO_HTTPS_ON_REDIR
A redirect request will change a non-secure to a secure connection
Declaration
public const int WININET_E_HTTP_TO_HTTPS_ON_REDIR = -2147012857
Field Value
|
Improve this Doc
View Source
WININET_E_HTTPS_HTTP_SUBMIT_REDIR
A security zone check indicates the operation must be retried
Declaration
public const int WININET_E_HTTPS_HTTP_SUBMIT_REDIR = -2147012844
Field Value
|
Improve this Doc
View Source
WININET_E_HTTPS_TO_HTTP_ON_REDIR
A redirect request will change a secure to a non-secure connection
Declaration
public const int WININET_E_HTTPS_TO_HTTP_ON_REDIR = -2147012856
Field Value
|
Improve this Doc
View Source
The information format is incorrect
Declaration
public const int WININET_E_INCORRECT_FORMAT = -2147012869
Field Value
|
Improve this Doc
View Source
WININET_E_INCORRECT_HANDLE_STATE
The handle is in the wrong state for the requested operation
Declaration
public const int WININET_E_INCORRECT_HANDLE_STATE = -2147012877
Field Value
|
Improve this Doc
View Source
WININET_E_INCORRECT_HANDLE_TYPE
The supplied handle is the wrong type for the requested operation
Declaration
public const int WININET_E_INCORRECT_HANDLE_TYPE = -2147012878
Field Value
|
Improve this Doc
View Source
WININET_E_INCORRECT_PASSWORD
The password was not allowed
Declaration
public const int WININET_E_INCORRECT_PASSWORD = -2147012882
Field Value
|
Improve this Doc
View Source
WININET_E_INCORRECT_USER_NAME
The user name was not allowed
Declaration
public const int WININET_E_INCORRECT_USER_NAME = -2147012883
Field Value
|
Improve this Doc
View Source
WININET_E_INTERNAL_ERROR
An internal error occurred in the Microsoft Internet extensions
Declaration
public const int WININET_E_INTERNAL_ERROR = -2147012892
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_CA
The certificate authority is invalid or incorrect
Declaration
public const int WININET_E_INVALID_CA = -2147012851
Field Value
|
Improve this Doc
View Source
The supplied HTTP header is invalid
Declaration
public const int WININET_E_INVALID_HEADER = -2147012743
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_OPERATION
The requested operation is invalid
Declaration
public const int WININET_E_INVALID_OPERATION = -2147012880
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_OPTION
Declaration
public const int WININET_E_INVALID_OPTION = -2147012887
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_PROXY_REQUEST
The proxy request is invalid
Declaration
public const int WININET_E_INVALID_PROXY_REQUEST = -2147012863
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_QUERY_REQUEST
The request for a HTTP header is invalid
Declaration
public const int WININET_E_INVALID_QUERY_REQUEST = -2147012742
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_SERVER_RESPONSE
The server returned an invalid or unrecognized response
Declaration
public const int WININET_E_INVALID_SERVER_RESPONSE = -2147012744
Field Value
|
Improve this Doc
View Source
WININET_E_INVALID_URL
Declaration
public const int WININET_E_INVALID_URL = -2147012891
Field Value
|
Improve this Doc
View Source
WININET_E_ITEM_NOT_FOUND
The requested item could not be found
Declaration
public const int WININET_E_ITEM_NOT_FOUND = -2147012868
Field Value
|
Improve this Doc
View Source
WININET_E_LOGIN_FAILURE
The login request was denied
Declaration
public const int WININET_E_LOGIN_FAILURE = -2147012881
Field Value
|
Improve this Doc
View Source
WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY
Login failed and the client should display the entity body to the user
Declaration
public const int WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY = -2147012722
Field Value
|
Improve this Doc
View Source
WININET_E_MIXED_SECURITY
Mixed secure and non-secure connections
Declaration
public const int WININET_E_MIXED_SECURITY = -2147012855
Field Value
|
Improve this Doc
View Source
WININET_E_NAME_NOT_RESOLVED
The server name or address could not be resolved
Declaration
public const int WININET_E_NAME_NOT_RESOLVED = -2147012889
Field Value
|
Improve this Doc
View Source
WININET_E_NEED_UI
User interaction is required to complete the operation
Declaration
public const int WININET_E_NEED_UI = -2147012862
Field Value
|
Improve this Doc
View Source
WININET_E_NO_CALLBACK
No status callback was supplied
Declaration
public const int WININET_E_NO_CALLBACK = -2147012871
Field Value
|
Improve this Doc
View Source
WININET_E_NO_CONTEXT
No context value was supplied
Declaration
public const int WININET_E_NO_CONTEXT = -2147012872
Field Value
|
Improve this Doc
View Source
WININET_E_NO_DIRECT_ACCESS
Direct Internet access is not available
Declaration
public const int WININET_E_NO_DIRECT_ACCESS = -2147012873
Field Value
|
Improve this Doc
View Source
WININET_E_NO_NEW_CONTAINERS
There are no new cache containers
Declaration
public const int WININET_E_NO_NEW_CONTAINERS = -2147012845
Field Value
|
Improve this Doc
View Source
WININET_E_NOT_INITIALIZED
Initialization of the WinINet API has not occurred
Declaration
public const int WININET_E_NOT_INITIALIZED = -2147012724
Field Value
|
Improve this Doc
View Source
WININET_E_NOT_PROXY_REQUEST
The request cannot be made on a Proxy session
Declaration
public const int WININET_E_NOT_PROXY_REQUEST = -2147012876
Field Value
|
Improve this Doc
View Source
WININET_E_NOT_REDIRECTED
The HTTP request was not redirected
Declaration
public const int WININET_E_NOT_REDIRECTED = -2147012736
Field Value
|
Improve this Doc
View Source
WININET_E_OPERATION_CANCELLED
The operation has been canceled
Declaration
public const int WININET_E_OPERATION_CANCELLED = -2147012879
Field Value
|
Improve this Doc
View Source
WININET_E_OPTION_NOT_SETTABLE
The option value cannot be set
Declaration
public const int WININET_E_OPTION_NOT_SETTABLE = -2147012885
Field Value
|
Improve this Doc
View Source
WININET_E_OUT_OF_HANDLES
No more Internet handles can be allocated
Declaration
public const int WININET_E_OUT_OF_HANDLES = -2147012895
Field Value
|
Improve this Doc
View Source
WININET_E_POST_IS_NON_SECURE
Data is being posted on a non-secure connection
Declaration
public const int WININET_E_POST_IS_NON_SECURE = -2147012853
Field Value
|
Improve this Doc
View Source
WININET_E_PROTOCOL_NOT_FOUND
A protocol with the required capabilities was not found
Declaration
public const int WININET_E_PROTOCOL_NOT_FOUND = -2147012888
Field Value
|
Improve this Doc
View Source
WININET_E_PROXY_SERVER_UNREACHABLE
The proxy server is unreachable
Declaration
public const int WININET_E_PROXY_SERVER_UNREACHABLE = -2147012731
Field Value
|
Improve this Doc
View Source
WININET_E_REDIRECT_FAILED
The HTTP redirect request failed
Declaration
public const int WININET_E_REDIRECT_FAILED = -2147012740
Field Value
|
Improve this Doc
View Source
WININET_E_REDIRECT_NEEDS_CONFIRMATION
The HTTP redirect request must be confirmed by the user
Declaration
public const int WININET_E_REDIRECT_NEEDS_CONFIRMATION = -2147012728
Field Value
|
Improve this Doc
View Source
WININET_E_REDIRECT_SCHEME_CHANGE
The protocol scheme has changed during a redirect operaiton
Declaration
public const int WININET_E_REDIRECT_SCHEME_CHANGE = -2147012848
Field Value
|
Improve this Doc
View Source
WININET_E_REGISTRY_VALUE_NOT_FOUND
The registry value could not be found
Declaration
public const int WININET_E_REGISTRY_VALUE_NOT_FOUND = -2147012875
Field Value
|
Improve this Doc
View Source
WININET_E_REQUEST_PENDING
There are outstanding requests
Declaration
public const int WININET_E_REQUEST_PENDING = -2147012870
Field Value
|
Improve this Doc
View Source
WININET_E_RETRY_DIALOG
The operation must be retried
Declaration
public const int WININET_E_RETRY_DIALOG = -2147012846
Field Value
|
Improve this Doc
View Source
WININET_E_SEC_CERT_CN_INVALID
The host name in the certificate is invalid or does not match
Declaration
public const int WININET_E_SEC_CERT_CN_INVALID = -2147012858
Field Value
|
Improve this Doc
View Source
WININET_E_SEC_CERT_DATE_INVALID
The date in the certificate is invalid or has expired
Declaration
public const int WININET_E_SEC_CERT_DATE_INVALID = -2147012859
Field Value
|
Improve this Doc
View Source
WININET_E_SEC_CERT_ERRORS
The SSL certificate contains errors.
Declaration
public const int WININET_E_SEC_CERT_ERRORS = -2147012841
Field Value
|
Improve this Doc
View Source
WININET_E_SEC_CERT_REV_FAILED
It was not possible to connect to the revocation server or a definitive response could not be obtained.
Declaration
public const int WININET_E_SEC_CERT_REV_FAILED = -2147012839
Field Value
|
Improve this Doc
View Source
WININET_E_SEC_CERT_REVOKED
The supplied certificate has been revoked
Declaration
public const int WININET_E_SEC_CERT_REVOKED = -2147012726
Field Value
|
Improve this Doc
View Source
WININET_E_SEC_INVALID_CERT
The supplied certificate is invalid
Declaration
public const int WININET_E_SEC_INVALID_CERT = -2147012727
Field Value
|
Improve this Doc
View Source
WININET_E_SECURITY_CHANNEL_ERROR
An error occurred in the secure channel support
Declaration
public const int WININET_E_SECURITY_CHANNEL_ERROR = -2147012739
Field Value
|
Improve this Doc
View Source
WININET_E_SERVER_UNREACHABLE
The server is unreachable
Declaration
public const int WININET_E_SERVER_UNREACHABLE = -2147012732
Field Value
|
Improve this Doc
View Source
WININET_E_SHUTDOWN
Microsoft Internet Extension support has been shut down
Declaration
public const int WININET_E_SHUTDOWN = -2147012884
Field Value
|
Improve this Doc
View Source
WININET_E_TCPIP_NOT_INSTALLED
The TCP/IP protocol is not installed properly
Declaration
public const int WININET_E_TCPIP_NOT_INSTALLED = -2147012737
Field Value
|
Improve this Doc
View Source
WININET_E_TIMEOUT
Declaration
public const int WININET_E_TIMEOUT = -2147012894
Field Value
|
Improve this Doc
View Source
WININET_E_UNABLE_TO_CACHE_FILE
The file could not be written to the cache
Declaration
public const int WININET_E_UNABLE_TO_CACHE_FILE = -2147012738
Field Value
|
Improve this Doc
View Source
WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT
Could not download the proxy auto-configuration script file
Declaration
public const int WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT = -2147012729
Field Value
|
Improve this Doc
View Source
WININET_E_UNRECOGNIZED_SCHEME
The URL does not use a recognized protocol
Declaration
public const int WININET_E_UNRECOGNIZED_SCHEME = -2147012890
Field Value
|
Improve this Doc
View Source
WINML_ERR_INVALID_BINDING
The binding is incomplete or does not match the input/output description.
Declaration
public const int WINML_ERR_INVALID_BINDING = -2003828734
Field Value
|
Improve this Doc
View Source
WINML_ERR_INVALID_DEVICE
The device is invalid or does not support machine learning.
Declaration
public const int WINML_ERR_INVALID_DEVICE = -2003828735
Field Value
|
Improve this Doc
View Source
WINML_ERR_SIZE_MISMATCH
The size of the buffer provided for a bound variable is invalid.
Declaration
public const int WINML_ERR_SIZE_MISMATCH = -2003828732
Field Value
|
Improve this Doc
View Source
WINML_ERR_VALUE_NOTFOUND
An attempt was made to bind an unknown input or output.
Declaration
public const int WINML_ERR_VALUE_NOTFOUND = -2003828733
Field Value
|
Improve this Doc
View Source
WPN_E_ACCESS_DENIED
The notification platform doesn't have appropriate privilege on resources.
Declaration
public const int WPN_E_ACCESS_DENIED = -2143420137
Field Value
|
Improve this Doc
View Source
WPN_E_ALL_URL_NOT_COMPLETED
The notification platform cannot complete all of requested image.
Declaration
public const int WPN_E_ALL_URL_NOT_COMPLETED = -2143419901
Field Value
|
Improve this Doc
View Source
WPN_E_CALLBACK_ALREADY_REGISTERED
Notification callback interface is already registered.
Declaration
public const int WPN_E_CALLBACK_ALREADY_REGISTERED = -2143419898
Field Value
|
Improve this Doc
View Source
WPN_E_CHANNEL_CLOSED
The notification channel has already been closed.
Declaration
public const int WPN_E_CHANNEL_CLOSED = -2143420160
Field Value
|
Improve this Doc
View Source
WPN_E_CHANNEL_REQUEST_NOT_COMPLETE
The notification channel request did not complete successfully.
Declaration
public const int WPN_E_CHANNEL_REQUEST_NOT_COMPLETE = -2143420159
Field Value
|
Improve this Doc
View Source
WPN_E_CLOUD_AUTH_UNAVAILABLE
The notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service.
Declaration
public const int WPN_E_CLOUD_AUTH_UNAVAILABLE = -2143420134
Field Value
|
Improve this Doc
View Source
WPN_E_CLOUD_DISABLED
Cloud notifications have been turned off.
Declaration
public const int WPN_E_CLOUD_DISABLED = -2143420151
Field Value
|
Improve this Doc
View Source
WPN_E_CLOUD_DISABLED_FOR_APP
Cloud notifications have been disabled for the application due to a policy setting.
Declaration
public const int WPN_E_CLOUD_DISABLED_FOR_APP = -2143419893
Field Value
|
Improve this Doc
View Source
WPN_E_CLOUD_INCAPABLE
The application does not have the cloud notification capability.
Declaration
public const int WPN_E_CLOUD_INCAPABLE = -2143420144
Field Value
|
Improve this Doc
View Source
WPN_E_CLOUD_SERVICE_UNAVAILABLE
The notification platform is unable to connect to the cloud notification service.
Declaration
public const int WPN_E_CLOUD_SERVICE_UNAVAILABLE = -2143420133
Field Value
|
Improve this Doc
View Source
WPN_E_DEV_ID_SIZE
The size of the developer id for scheduled notification is too large.
Declaration
public const int WPN_E_DEV_ID_SIZE = -2143420128
Field Value
|
Improve this Doc
View Source
WPN_E_DUPLICATE_CHANNEL
The channel identifier is already tied to another application endpoint.
Declaration
public const int WPN_E_DUPLICATE_CHANNEL = -2143420156
Field Value
|
Improve this Doc
View Source
WPN_E_DUPLICATE_REGISTRATION
The notification platform found application is already registered.
Declaration
public const int WPN_E_DUPLICATE_REGISTRATION = -2143420136
Field Value
|
Improve this Doc
View Source
WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION
The notification platform is unable to initialize a callback for lock screen updates.
Declaration
public const int WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION = -2143420132
Field Value
|
Improve this Doc
View Source
WPN_E_GROUP_ALPHANUMERIC
The notification group is not alphanumeric.
Declaration
public const int WPN_E_GROUP_ALPHANUMERIC = -2143419894
Field Value
|
Improve this Doc
View Source
WPN_E_GROUP_SIZE
The size of the notification group is too large.
Declaration
public const int WPN_E_GROUP_SIZE = -2143419895
Field Value
|
Improve this Doc
View Source
WPN_E_IMAGE_NOT_FOUND_IN_CACHE
The notification platform doesn't have the requested image in its cache.
Declaration
public const int WPN_E_IMAGE_NOT_FOUND_IN_CACHE = -2143419902
Field Value
|
Improve this Doc
View Source
WPN_E_INTERNET_INCAPABLE
The application does not have the internet access capability.
Declaration
public const int WPN_E_INTERNET_INCAPABLE = -2143420141
Field Value
|
Improve this Doc
View Source
WPN_E_INVALID_APP
The application identifier provided is invalid.
Declaration
public const int WPN_E_INVALID_APP = -2143420158
Field Value
|
Improve this Doc
View Source
WPN_E_INVALID_CLOUD_IMAGE
A cloud image downloaded from the notification platform is invalid.
Declaration
public const int WPN_E_INVALID_CLOUD_IMAGE = -2143419900
Field Value
|
Improve this Doc
View Source
WPN_E_INVALID_HTTP_STATUS_CODE
The notification platform has received invalid HTTP status code other than 2xx for polling.
Declaration
public const int WPN_E_INVALID_HTTP_STATUS_CODE = -2143420117
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_DISABLED
Settings prevent the notification from being delivered.
Declaration
public const int WPN_E_NOTIFICATION_DISABLED = -2143420143
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_HIDDEN
The notification has already been hidden.
Declaration
public const int WPN_E_NOTIFICATION_HIDDEN = -2143420153
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_ID_MATCHED
Notification Id provided as filter is matched with what the notification platform maintains.
Declaration
public const int WPN_E_NOTIFICATION_ID_MATCHED = -2143419899
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_INCAPABLE
Application capabilities prevent the notification from being delivered.
Declaration
public const int WPN_E_NOTIFICATION_INCAPABLE = -2143420142
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_NOT_POSTED
The notification cannot be hidden until it has been shown.
Declaration
public const int WPN_E_NOTIFICATION_NOT_POSTED = -2143420152
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_POSTED
The notification has already been posted.
Declaration
public const int WPN_E_NOTIFICATION_POSTED = -2143420154
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_SIZE
The size of the notification content is too large.
Declaration
public const int WPN_E_NOTIFICATION_SIZE = -2143420139
Field Value
|
Improve this Doc
View Source
WPN_E_NOTIFICATION_TYPE_DISABLED
Settings prevent the notification type from being delivered.
Declaration
public const int WPN_E_NOTIFICATION_TYPE_DISABLED = -2143420140
Field Value
|
Improve this Doc
View Source
WPN_E_OUT_OF_SESSION
The notification platform has run out of presentation layer sessions.
Declaration
public const int WPN_E_OUT_OF_SESSION = -2143419904
Field Value
|
Improve this Doc
View Source
WPN_E_OUTSTANDING_CHANNEL_REQUEST
A notification channel request for the provided application identifier is in progress.
Declaration
public const int WPN_E_OUTSTANDING_CHANNEL_REQUEST = -2143420157
Field Value
|
Improve this Doc
View Source
The notification platform is unavailable.
Declaration
public const int WPN_E_PLATFORM_UNAVAILABLE = -2143420155
Field Value
|
Improve this Doc
View Source
WPN_E_POWER_SAVE
The notification platform rejects image download request due to system in power save mode.
Declaration
public const int WPN_E_POWER_SAVE = -2143419903
Field Value
|
Improve this Doc
View Source
WPN_E_PUSH_NOTIFICATION_INCAPABLE
The application background task does not have the push notification capability.
Declaration
public const int WPN_E_PUSH_NOTIFICATION_INCAPABLE = -2143420135
Field Value
|
Improve this Doc
View Source
WPN_E_STORAGE_LOCKED
The notification platform does not have the proper privileges to complete the request.
Declaration
public const int WPN_E_STORAGE_LOCKED = -2143419896
Field Value
|
Improve this Doc
View Source
WPN_E_TAG_ALPHANUMERIC
The notification tag is not alphanumeric.
Declaration
public const int WPN_E_TAG_ALPHANUMERIC = -2143420118
Field Value
|
Improve this Doc
View Source
WPN_E_TAG_SIZE
The size of the notification tag is too large.
Declaration
public const int WPN_E_TAG_SIZE = -2143420138
Field Value
|
Improve this Doc
View Source
WPN_E_TOAST_NOTIFICATION_DROPPED
Toast Notification was dropped without being displayed to the user.
Declaration
public const int WPN_E_TOAST_NOTIFICATION_DROPPED = -2143419897
Field Value
|
Improve this Doc
View Source
WS_E_ADDRESS_IN_USE
The address is already being used.
Declaration
public const int WS_E_ADDRESS_IN_USE = -2143485941
Field Value
|
Improve this Doc
View Source
WS_E_ADDRESS_NOT_AVAILABLE
The address is not valid for this context.
Declaration
public const int WS_E_ADDRESS_NOT_AVAILABLE = -2143485940
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_ACCESS_DENIED
Access was denied by the remote endpoint.
Declaration
public const int WS_E_ENDPOINT_ACCESS_DENIED = -2143485947
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_ACTION_NOT_SUPPORTED
The operation was not supported by the remote endpoint.
Declaration
public const int WS_E_ENDPOINT_ACTION_NOT_SUPPORTED = -2143485935
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_DISCONNECTED
The connection with the remote endpoint was terminated.
Declaration
public const int WS_E_ENDPOINT_DISCONNECTED = -2143485932
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_FAILURE
The remote endpoint could not process the request.
Declaration
public const int WS_E_ENDPOINT_FAILURE = -2143485937
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_FAULT_RECEIVED
A message containing a fault was received from the remote endpoint.
Declaration
public const int WS_E_ENDPOINT_FAULT_RECEIVED = -2143485933
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_NOT_AVAILABLE
The remote endpoint is not currently in service at this location.
Declaration
public const int WS_E_ENDPOINT_NOT_AVAILABLE = -2143485938
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_NOT_FOUND
The remote endpoint does not exist or could not be located.
Declaration
public const int WS_E_ENDPOINT_NOT_FOUND = -2143485939
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_TOO_BUSY
The remote endpoint is unable to process the request due to being overloaded.
Declaration
public const int WS_E_ENDPOINT_TOO_BUSY = -2143485934
Field Value
|
Improve this Doc
View Source
WS_E_ENDPOINT_UNREACHABLE
The remote endpoint was not reachable.
Declaration
public const int WS_E_ENDPOINT_UNREACHABLE = -2143485936
Field Value
|
Improve this Doc
View Source
WS_E_INVALID_ENDPOINT_URL
The endpoint address URL is invalid.
Declaration
public const int WS_E_INVALID_ENDPOINT_URL = -2143485920
Field Value
|
Improve this Doc
View Source
The input data was not in the expected format or did not have the expected value.
Declaration
public const int WS_E_INVALID_FORMAT = -2143485952
Field Value
|
Improve this Doc
View Source
WS_E_INVALID_OPERATION
The operation is not allowed due to the current state of the object.
Declaration
public const int WS_E_INVALID_OPERATION = -2143485949
Field Value
|
Improve this Doc
View Source
WS_E_NO_TRANSLATION_AVAILABLE
The information was not available in the specified language.
Declaration
public const int WS_E_NO_TRANSLATION_AVAILABLE = -2143485943
Field Value
|
Improve this Doc
View Source
WS_E_NOT_SUPPORTED
The requested feature is not available on this platform.
Declaration
public const int WS_E_NOT_SUPPORTED = -2143485929
Field Value
|
Improve this Doc
View Source
WS_E_NUMERIC_OVERFLOW
The operation could not be completed because it would lead to numeric overflow.
Declaration
public const int WS_E_NUMERIC_OVERFLOW = -2143485950
Field Value
|
Improve this Doc
View Source
WS_E_OBJECT_FAULTED
The operation could not be completed because the object is in a faulted state due to a previous error.
Declaration
public const int WS_E_OBJECT_FAULTED = -2143485951
Field Value
|
Improve this Doc
View Source
WS_E_OPERATION_ABANDONED
The operation was abandoned.
Declaration
public const int WS_E_OPERATION_ABANDONED = -2143485945
Field Value
|
Improve this Doc
View Source
WS_E_OPERATION_ABORTED
The operation was aborted.
Declaration
public const int WS_E_OPERATION_ABORTED = -2143485948
Field Value
|
Improve this Doc
View Source
WS_E_OPERATION_TIMED_OUT
The operation did not complete within the time allotted.
Declaration
public const int WS_E_OPERATION_TIMED_OUT = -2143485946
Field Value
|
Improve this Doc
View Source
WS_E_OTHER
Unrecognized error occurred in the Windows Web Services framework.
Declaration
public const int WS_E_OTHER = -2143485919
Field Value
|
Improve this Doc
View Source
WS_E_PROXY_ACCESS_DENIED
Access was denied by the HTTP proxy server.
Declaration
public const int WS_E_PROXY_ACCESS_DENIED = -2143485930
Field Value
|
Improve this Doc
View Source
WS_E_PROXY_FAILURE
The HTTP proxy server could not process the request.
Declaration
public const int WS_E_PROXY_FAILURE = -2143485931
Field Value
|
Improve this Doc
View Source
WS_E_PROXY_REQUIRES_BASIC_AUTH
The HTTP proxy server requires HTTP authentication scheme 'basic'.
Declaration
public const int WS_E_PROXY_REQUIRES_BASIC_AUTH = -2143485928
Field Value
|
Improve this Doc
View Source
WS_E_PROXY_REQUIRES_DIGEST_AUTH
The HTTP proxy server requires HTTP authentication scheme 'digest'.
Declaration
public const int WS_E_PROXY_REQUIRES_DIGEST_AUTH = -2143485927
Field Value
|
Improve this Doc
View Source
WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH
The HTTP proxy server requires HTTP authentication scheme 'negotiate'.
Declaration
public const int WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH = -2143485925
Field Value
|
Improve this Doc
View Source
WS_E_PROXY_REQUIRES_NTLM_AUTH
The HTTP proxy server requires HTTP authentication scheme 'NTLM'.
Declaration
public const int WS_E_PROXY_REQUIRES_NTLM_AUTH = -2143485926
Field Value
|
Improve this Doc
View Source
WS_E_QUOTA_EXCEEDED
Declaration
public const int WS_E_QUOTA_EXCEEDED = -2143485944
Field Value
|
Improve this Doc
View Source
WS_E_SECURITY_SYSTEM_FAILURE
A security operation failed in the Windows Web Services framework.
Declaration
public const int WS_E_SECURITY_SYSTEM_FAILURE = -2143485917
Field Value
|
Improve this Doc
View Source
WS_E_SECURITY_TOKEN_EXPIRED
A security token was rejected by the server because it has expired.
Declaration
public const int WS_E_SECURITY_TOKEN_EXPIRED = -2143485918
Field Value
|
Improve this Doc
View Source
WS_E_SECURITY_VERIFICATION_FAILURE
Security verification was not successful for the received data.
Declaration
public const int WS_E_SECURITY_VERIFICATION_FAILURE = -2143485942
Field Value
|
Improve this Doc
View Source
WS_E_SERVER_REQUIRES_BASIC_AUTH
The remote endpoint requires HTTP authentication scheme 'basic'.
Declaration
public const int WS_E_SERVER_REQUIRES_BASIC_AUTH = -2143485924
Field Value
|
Improve this Doc
View Source
WS_E_SERVER_REQUIRES_DIGEST_AUTH
The remote endpoint requires HTTP authentication scheme 'digest'.
Declaration
public const int WS_E_SERVER_REQUIRES_DIGEST_AUTH = -2143485923
Field Value
|
Improve this Doc
View Source
WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH
The remote endpoint requires HTTP authentication scheme 'negotiate'.
Declaration
public const int WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH = -2143485921
Field Value
|
Improve this Doc
View Source
WS_E_SERVER_REQUIRES_NTLM_AUTH
The remote endpoint requires HTTP authentication scheme 'NTLM'.
Declaration
public const int WS_E_SERVER_REQUIRES_NTLM_AUTH = -2143485922
Field Value
|
Improve this Doc
View Source
WS_S_ASYNC
The function call is completing asynchronously.
Declaration
public const int WS_S_ASYNC = 3997696
Field Value
|
Improve this Doc
View Source
WS_S_END
There are no more messages available on the channel.
Declaration
public const int WS_S_END = 3997697
Field Value
|
Improve this Doc
View Source
XACT_E_ABORTED
The transaction has already been aborted.
Declaration
public const int XACT_E_ABORTED = -2147168231
Field Value
|
Improve this Doc
View Source
XACT_E_ABORTING
The local transaction has aborted.
Declaration
public const int XACT_E_ABORTING = -2147168215
Field Value
|
Improve this Doc
View Source
XACT_E_ALREADYINPROGRESS
The requested operation is already in progress for the transaction.
Declaration
public const int XACT_E_ALREADYINPROGRESS = -2147168232
Field Value
|
Improve this Doc
View Source
XACT_E_ALREADYOTHERSINGLEPHASE
Another single phase resource manager has already been enlisted in this transaction.
Declaration
public const int XACT_E_ALREADYOTHERSINGLEPHASE = -2147168256
Field Value
|
Improve this Doc
View Source
XACT_E_CANTRETAIN
A retaining commit or abort is not supported
Declaration
public const int XACT_E_CANTRETAIN = -2147168255
Field Value
|
Improve this Doc
View Source
XACT_E_CLERKEXISTS
Declaration
public const int XACT_E_CLERKEXISTS = -2147168127
Field Value
|
Improve this Doc
View Source
XACT_E_CLERKNOTFOUND
Declaration
public const int XACT_E_CLERKNOTFOUND = -2147168128
Field Value
|
Improve this Doc
View Source
XACT_E_COMMITFAILED
The transaction failed to commit for an unknown reason. The transaction was aborted.
Declaration
public const int XACT_E_COMMITFAILED = -2147168254
Field Value
|
Improve this Doc
View Source
XACT_E_COMMITPREVENTED
Cannot call commit on this transaction object because the calling application did not initiate the transaction.
Declaration
public const int XACT_E_COMMITPREVENTED = -2147168253
Field Value
|
Improve this Doc
View Source
XACT_E_CONNECTION_DENIED
A request to establish a connection with the transaction manager was denied.
Declaration
public const int XACT_E_CONNECTION_DENIED = -2147168227
Field Value
|
Improve this Doc
View Source
XACT_E_CONNECTION_DOWN
A connection with the transaction manager was lost.
Declaration
public const int XACT_E_CONNECTION_DOWN = -2147168228
Field Value
|
Improve this Doc
View Source
XACT_E_DEST_TMNOTAVAILABLE
The Transaction Manager on the destination machine is not available.
Declaration
public const int XACT_E_DEST_TMNOTAVAILABLE = -2147168222
Field Value
|
Improve this Doc
View Source
XACT_E_FIRST
Declaration
public const int XACT_E_FIRST = -2147168256
Field Value
|
Improve this Doc
View Source
XACT_E_HEURISTICABORT
Instead of committing, the resource heuristically aborted.
Declaration
public const int XACT_E_HEURISTICABORT = -2147168252
Field Value
|
Improve this Doc
View Source
XACT_E_HEURISTICCOMMIT
Instead of aborting, the resource heuristically committed.
Declaration
public const int XACT_E_HEURISTICCOMMIT = -2147168251
Field Value
|
Improve this Doc
View Source
XACT_E_HEURISTICDAMAGE
Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
Declaration
public const int XACT_E_HEURISTICDAMAGE = -2147168250
Field Value
|
Improve this Doc
View Source
XACT_E_HEURISTICDANGER
Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions.
Declaration
public const int XACT_E_HEURISTICDANGER = -2147168249
Field Value
|
Improve this Doc
View Source
XACT_E_INDOUBT
The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed
Declaration
public const int XACT_E_INDOUBT = -2147168234
Field Value
|
Improve this Doc
View Source
XACT_E_INVALIDCOOKIE
The transaction cookie is invalid.
Declaration
public const int XACT_E_INVALIDCOOKIE = -2147168235
Field Value
|
Improve this Doc
View Source
XACT_E_INVALIDLSN
Declaration
public const int XACT_E_INVALIDLSN = -2147168124
Field Value
|
Improve this Doc
View Source
XACT_E_ISOLATIONLEVEL
The requested isolation level is not valid or supported.
Declaration
public const int XACT_E_ISOLATIONLEVEL = -2147168248
Field Value
|
Improve this Doc
View Source
XACT_E_LAST
Declaration
public const int XACT_E_LAST = -2147168213
Field Value
|
Improve this Doc
View Source
XACT_E_LOGFULL
The Transaction Manager returned a log full error.
Declaration
public const int XACT_E_LOGFULL = -2147168230
Field Value
|
Improve this Doc
View Source
XACT_E_LU_TX_DISABLED
The MSDTC transaction manager has disabled its support for SNA LU 6.2 transactions.
Declaration
public const int XACT_E_LU_TX_DISABLED = -2147168212
Field Value
|
Improve this Doc
View Source
XACT_E_NETWORK_TX_DISABLED
The transaction manager has disabled its support for remote/network transactions.
Declaration
public const int XACT_E_NETWORK_TX_DISABLED = -2147168220
Field Value
|
Improve this Doc
View Source
XACT_E_NOASYNC
The transaction manager doesn't support an asynchronous operation for this method.
Declaration
public const int XACT_E_NOASYNC = -2147168247
Field Value
|
Improve this Doc
View Source
XACT_E_NOENLIST
Unable to enlist in the transaction.
Declaration
public const int XACT_E_NOENLIST = -2147168246
Field Value
|
Improve this Doc
View Source
XACT_E_NOIMPORTOBJECT
An import object for the transaction could not be found.
Declaration
public const int XACT_E_NOIMPORTOBJECT = -2147168236
Field Value
|
Improve this Doc
View Source
XACT_E_NOISORETAIN
The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero.
Declaration
public const int XACT_E_NOISORETAIN = -2147168245
Field Value
|
Improve this Doc
View Source
XACT_E_NORESOURCE
There is no resource presently associated with this enlistment
Declaration
public const int XACT_E_NORESOURCE = -2147168244
Field Value
|
Improve this Doc
View Source
XACT_E_NOTCURRENT
The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
Declaration
public const int XACT_E_NOTCURRENT = -2147168243
Field Value
|
Improve this Doc
View Source
XACT_E_NOTIMEOUT
A time-out was specified, but time-outs are not supported.
Declaration
public const int XACT_E_NOTIMEOUT = -2147168233
Field Value
|
Improve this Doc
View Source
XACT_E_NOTRANSACTION
The transaction has already been implicitly or explicitly committed or aborted
Declaration
public const int XACT_E_NOTRANSACTION = -2147168242
Field Value
|
Improve this Doc
View Source
XACT_E_NOTSUPPORTED
An invalid combination of flags was specified
Declaration
public const int XACT_E_NOTSUPPORTED = -2147168241
Field Value
|
Improve this Doc
View Source
XACT_E_PARTNER_NETWORK_TX_DISABLED
The partner transaction manager has disabled its support for remote/network transactions.
Declaration
public const int XACT_E_PARTNER_NETWORK_TX_DISABLED = -2147168219
Field Value
|
Improve this Doc
View Source
XACT_E_PULL_COMM_FAILURE
The MSDTC transaction manager was unable to pull the transaction from the source transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
Declaration
public const int XACT_E_PULL_COMM_FAILURE = -2147168213
Field Value
|
Improve this Doc
View Source
XACT_E_PUSH_COMM_FAILURE
The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
Declaration
public const int XACT_E_PUSH_COMM_FAILURE = -2147168214
Field Value
|
Improve this Doc
View Source
XACT_E_RECOVERYINPROGRESS
XACT_E_RECOVERYINPROGRESS
Declaration
public const int XACT_E_RECOVERYINPROGRESS = -2147168126
Field Value
|
Improve this Doc
View Source
XACT_E_REENLISTTIMEOUT
Resource manager reenlistment to determine transaction status timed out.
Declaration
public const int XACT_E_REENLISTTIMEOUT = -2147168226
Field Value
|
Improve this Doc
View Source
XACT_E_REPLAYREQUEST
Declaration
public const int XACT_E_REPLAYREQUEST = -2147168123
Field Value
|
Improve this Doc
View Source
XACT_E_TIP_CONNECT_FAILED
This transaction manager failed to establish a connection with another TIP transaction manager.
Declaration
public const int XACT_E_TIP_CONNECT_FAILED = -2147168225
Field Value
|
Improve this Doc
View Source
XACT_E_TIP_DISABLED
The Transaction Manager has disabled its support for TIP.
Declaration
public const int XACT_E_TIP_DISABLED = -2147168221
Field Value
|
Improve this Doc
View Source
XACT_E_TIP_PROTOCOL_ERROR
This transaction manager encountered a protocol error with another TIP transaction manager.
Declaration
public const int XACT_E_TIP_PROTOCOL_ERROR = -2147168224
Field Value
|
Improve this Doc
View Source
XACT_E_TIP_PULL_FAILED
This transaction manager could not propagate a transaction from another TIP transaction manager.
Declaration
public const int XACT_E_TIP_PULL_FAILED = -2147168223
Field Value
|
Improve this Doc
View Source
XACT_E_TMNOTAVAILABLE
The Transaction Manager is not available.
Declaration
public const int XACT_E_TMNOTAVAILABLE = -2147168229
Field Value
|
Improve this Doc
View Source
XACT_E_TRANSACTIONCLOSED
Declaration
public const int XACT_E_TRANSACTIONCLOSED = -2147168125
Field Value
|
Improve this Doc
View Source
XACT_E_UNABLE_TO_LOAD_DTC_PROXY
MSDTC was unable to load the dtc proxy dll.
Declaration
public const int XACT_E_UNABLE_TO_LOAD_DTC_PROXY = -2147168216
Field Value
|
Improve this Doc
View Source
XACT_E_UNABLE_TO_READ_DTC_CONFIG
MSDTC was unable to read its configuration information.
Declaration
public const int XACT_E_UNABLE_TO_READ_DTC_CONFIG = -2147168217
Field Value
|
Improve this Doc
View Source
XACT_E_UNKNOWNRMGRID
The resource manager id is not associated with this transaction or the transaction manager.
Declaration
public const int XACT_E_UNKNOWNRMGRID = -2147168240
Field Value
|
Improve this Doc
View Source
XACT_E_WRONGSTATE
This method was called in the wrong state
Declaration
public const int XACT_E_WRONGSTATE = -2147168239
Field Value
|
Improve this Doc
View Source
XACT_E_WRONGUOW
The indicated unit of work does not match the unit of work expected by the resource manager.
Declaration
public const int XACT_E_WRONGUOW = -2147168238
Field Value
|
Improve this Doc
View Source
XACT_E_XA_TX_DISABLED
The transaction manager has disabled its support for XA transactions.
Declaration
public const int XACT_E_XA_TX_DISABLED = -2147168218
Field Value
|
Improve this Doc
View Source
XACT_E_XTIONEXISTS
An enlistment in a transaction already exists.
Declaration
public const int XACT_E_XTIONEXISTS = -2147168237
Field Value
|
Improve this Doc
View Source
XACT_S_ABORTING
An abort operation was already in progress.
Declaration
public const int XACT_S_ABORTING = 315400
Field Value
|
Improve this Doc
View Source
XACT_S_ALLNORETAIN
The transaction was successfully aborted. However, the abort was non-retaining.
Declaration
public const int XACT_S_ALLNORETAIN = 315399
Field Value
|
Improve this Doc
View Source
XACT_S_ASYNC
An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
Declaration
public const int XACT_S_ASYNC = 315392
Field Value
|
Improve this Doc
View Source
XACT_S_DEFECT
Declaration
public const int XACT_S_DEFECT = 315393
Field Value
|
Improve this Doc
View Source
XACT_S_FIRST
Declaration
public const int XACT_S_FIRST = 315392
Field Value
|
Improve this Doc
View Source
XACT_S_LAST
Declaration
public const int XACT_S_LAST = 315408
Field Value
|
Improve this Doc
View Source
XACT_S_LASTRESOURCEMANAGER
The resource manager has requested to be the coordinator (last resource manager) for the transaction.
Declaration
public const int XACT_S_LASTRESOURCEMANAGER = 315408
Field Value
|
Improve this Doc
View Source
XACT_S_LOCALLY_OK
The local transaction has not aborted.
Declaration
public const int XACT_S_LOCALLY_OK = 315402
Field Value
|
Improve this Doc
View Source
XACT_S_MADECHANGESCONTENT
The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call.
Declaration
public const int XACT_S_MADECHANGESCONTENT = 315397
Field Value
|
Improve this Doc
View Source
The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look
Declaration
public const int XACT_S_MADECHANGESINFORM = 315398
Field Value
|
Improve this Doc
View Source
No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
Declaration
public const int XACT_S_OKINFORM = 315396
Field Value
|
Improve this Doc
View Source
XACT_S_READONLY
The method call succeeded because the transaction was read-only.
Declaration
public const int XACT_S_READONLY = 315394
Field Value
|
Improve this Doc
View Source
XACT_S_SINGLEPHASE
The resource manager has performed a single-phase commit of the transaction.
Declaration
public const int XACT_S_SINGLEPHASE = 315401
Field Value
|
Improve this Doc
View Source
XACT_S_SOMENORETAIN
The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics
Declaration
public const int XACT_S_SOMENORETAIN = 315395
Field Value
|
Improve this Doc
View Source
XENROLL_E_CANNOT_ADD_ROOT_CERT
You cannot add the root CA certificate into your local store.
Declaration
public const int XENROLL_E_CANNOT_ADD_ROOT_CERT = -2146873343
Field Value
|
Improve this Doc
View Source
XENROLL_E_KEY_NOT_EXPORTABLE
The key is not exportable.
Declaration
public const int XENROLL_E_KEY_NOT_EXPORTABLE = -2146873344
Field Value
|
Improve this Doc
View Source
XENROLL_E_KEYSPEC_SMIME_MISMATCH
Signing certificate cannot include SMIME extension.
Declaration
public const int XENROLL_E_KEYSPEC_SMIME_MISMATCH = -2146873339
Field Value
|
Improve this Doc
View Source
XENROLL_E_RESPONSE_KA_HASH_MISMATCH
There is a key archival hash mismatch between the request and the response.
Declaration
public const int XENROLL_E_RESPONSE_KA_HASH_MISMATCH = -2146873340
Field Value
|
Improve this Doc
View Source
XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND
The key archival hash attribute was not found in the response.
Declaration
public const int XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND = -2146873342
Field Value
|
Improve this Doc
View Source
XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH
An unexpected key archival hash attribute was found in the response.
Declaration
public const int XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH = -2146873341
Field Value
See Also